-
Notifications
You must be signed in to change notification settings - Fork 189
Added support for Ignition #1
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
base: develop
Are you sure you want to change the base?
Conversation
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde <[email protected]>
|
friendly ping @marcbone |
|
Hey @ahcorde, thanks for your contribution. We didnt forgot it, but are sadly super busy with other stuff right now. We did not take a detailed look into it, but our main concern is that you are using the position interface that we cannot implement for the real robot at the moment. So you cannot write a controller that works with the real robot and in the simulator. On the other hand, using the position interface allows at least to run moveit in simulation. Those are our initial thoughts on it without testing it. |
Fixed naming issues with controller spawner
Hi
I have been playing around with panda and ign_ros_control. I made this changes to make it work.
Signed-off-by: ahcorde [email protected]