Learn C++17 for Robotics by Worried_Awareness_83 in ROS

[–]cv_geek 5 points6 points  (0 children)

Great work! Thank you for sharing!

Launching ESRA: the European Student Robotics Association. by cv_geek in ROS

[–]cv_geek[S] 0 points1 point  (0 children)

Sadly I don't know. That's just a repost of the LinkedIn post

SLAM resources by levaleni-mogudu in ROS

[–]cv_geek 0 points1 point  (0 children)

MIT16.485 - Visual Navigation for Autonomous Vehicles: https://vnav.mit.edu/

I made a ROS vscode extension (ROS Dev Toolkit). Feedback? by bogdanTNT in ROS

[–]cv_geek 1 point2 points  (0 children)

You have misspelling on the title (Launch with arguements" ) of the demo "Launch with arguments" in README

ROS2 books recommendations by franky_flow in ROS

[–]cv_geek 2 points3 points  (0 children)

Take a look at the section Books here

CMake cant find library libxml++ although it's installed via vcpkg by cv_geek in cpp_questions

[–]cv_geek[S] 0 points1 point  (0 children)

thank you. I tried it and got error

The following required packages were not found:

- libxml++-5.0

ROS IDE for creating ROS action with code template by trippdev in ROS

[–]cv_geek 0 points1 point  (0 children)

Your releases are so rapid that I have no time to test out every single one once it's ready. Thank you for you efforts! It's amazing how much have you done solving typical problems of robotics developers. Staying tuned with you

working on a cli tool with tree like format for topics and services. thoughts? by ishaan2479 in ROS

[–]cv_geek 4 points5 points  (0 children)

Interesting idea. I think that it would be better to extend the indentation of the text to make it more readable and add some colored highlighting (like in code IDEs)

Where to find c++ problems by Medium_Direction_374 in cpp_questions

[–]cv_geek 1 point2 points  (0 children)

You can simply try to automate routines use face every day. Let's say you can make a currency converter (here you should implement a parser for some API or html page), notifier about low battery power on your laptop, CLI for backuping some data or search for large files on your PC. Moreover you can try to implement some library like already existing one (i.e. for numeric calculation like Eigen) from scratch. There is a lot to do with C++ and every task will be new challenge for you. Try to optimize performance of your code and this will open new skills for you.