-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hello,
I am trying to test the local_client on my machine to get more comfortable with ManipulationNet.
I have just did a fresh install of Ubuntu 24.04 and ROS2 Jazzy, as well as all of the other installation requirements for ManipulationNet.
After building and sourcing my workspace I run ros2 run mnet_client local_test to which I get
I am running this node in a seperate terminal for the camera:
ros2 run usb_cam usb_cam_node_exe --ros-args -r /image_raw:=/image_raw -r /camera_info:=/camera_info
This is what my team_config .json looks like:
{ "team_unique_code": "TEST1234", "camera_image_topic": "/image_raw", "camera_info_topic": "/camera_info", "file_dir": "/home/csrobot/mnet_local_test", "autonomy_level": 1 }
Am not sure if I am missing something in the documentation? Has mnet been tested on 24.04 or ROS2 Jazzy?
Thank you!