We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, I was trying to visualize the dynamic parameters of the robot using the command
ros2 launch franka_bringup model_example_controller.launch.py robot_ip:=dont-care use_fake_hardware:=true use_rviz:=true
But I get the following output:
I think that it interprets the robot name as a state and it gives an error. I am using libfranka 0.13.2 and franka_ros2 0.1.11.
The text was updated successfully, but these errors were encountered:
that wouldn't work with fake hardware. It needs to connect to the robot hardware to get the model parameters
Sorry, something went wrong.
Merge pull request frankaemika#48 in SRR/franka_ros2 from feat/cartes…
4cea20f
…ian-pose-command-interface to humble * commit 'f669c362cb21657e1834272cbbfd267ad4d3ca18': bump version feat: support cartesian pose command interface
No branches or pull requests
Currently, I was trying to visualize the dynamic parameters of the robot using the command
ros2 launch franka_bringup model_example_controller.launch.py robot_ip:=dont-care use_fake_hardware:=true use_rviz:=true
But I get the following output:
I think that it interprets the robot name as a state and it gives an error.
I am using libfranka 0.13.2 and franka_ros2 0.1.11.
The text was updated successfully, but these errors were encountered: