Skip to content

Program “rcm” run error! #1

@tt2cloud

Description

@tt2cloud

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions