Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Program “rcm” run error! #1

Open
tt2cloud opened this issue Mar 10, 2024 · 0 comments
Open

Program “rcm” run error! #1

tt2cloud opened this issue Mar 10, 2024 · 0 comments

Comments

@tt2cloud
Copy link

Hello, I'm attempting to apply this algorithm to a seven-axis serial robot, but during runtime, the ROS terminal throws the following error:

Traceback (most recent call last):
  File "/home/yun/ws_robot/src/rm_robot/rcm-master/rcm_examples/python/rcm_example_node.py", line 12, in <module>
    action_server = rospy.get_param('action_server')
  File "/opt/ros/melodic/lib/python2.7/dist-packages/rospy/client.py", line 467, in get_param
    return _param_server[param_name] #MasterProxy does all the magic for us
  File "/opt/ros/melodic/lib/python2.7/dist-packages/rospy/msproxy.py", line 123, in __getitem__
    raise KeyError(key)
KeyError: 'action_server'

How can I resolve this error, or could you provide instructions for launching this project?
Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant