update code to noetic

This commit is contained in:
weijian 2022-08-25 12:42:31 +08:00
parent 02f7353b1d
commit 4546055426

View file

@ -56,7 +56,7 @@ def talker():
"base_link1",
]
joint_state_send.velocity = [0]
joint_state_send.velocity = [0.0]
joint_state_send.effort = []
marker_ = Marker()