Team-Isaac-Polito / reseq_ros2

High-level ROS2 code to control the ReseQ robot
GNU General Public License v3.0
0 stars 0 forks source link

feat: Add RealSense support #15

Closed luca-byte closed 5 months ago

luca-byte commented 5 months ago

At the moment the config file is not tested with the camera on the Jetson.

@lorixhack I suggest considering my modifications to the config file structure in order to simply pass the file name and use the launch file to locate it in the share directory. However I would like to hear your opinion about that.

lorixhack commented 5 months ago

I agree with you, I've been following this approach getting the directory with get_package_share_directory directly in the launch file and passing the path to communication, enea and agevar as parameter.