ros_openpose_rgbd
ros_openpose_rgbd copied to clipboard
AttributeError: 'RgbdImage' object has no attribute '_camera_pose'
Hi @felixchenfy
when i tried this command :
3.1.2. lib_draw_3d_joints.py python lib_draw_3d_joints.py roslaunch ros_openpose_rgbd run_rviz.launch
i got this following error :
python lib_draw_3d_joints.py
Unable to register with master node [http://localhost:11311]: master may not be running yet. Will keep trying.
[INFO] [1610807311.947765]: RvizMarker.init(): frame_id=base, topic_name=visualization_marker
Traceback (most recent call last):
File "lib_draw_3d_joints.py", line 425, in
can you help me?
Hey, it looks like some ROS problem
Unable to register with master node [http://localhost:11311]: master may not be running yet.
Did you run roscore
?