Closed MZener closed 4 years ago
Hi @zener90818 -- there is no c++ example at the moment. However the ROS tutorials should get you pretty far along.
The core 'camera' node is what's called a nodelet, and you can read about how to use and start them here: http://wiki.ros.org/nodelet/Tutorials
Otherwise, I recommend walking through the introductory ROS tutorials on how to use topics/services -- once you understand these two things the ifm3d_ros package should look more familiar.
Feel free to reopen or create a new issue if other issues come up.
I‘m newcomer to ROS. Thanks a lot.