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

Test with running the ROS master on the device #8

Closed
adamantivm opened this issue Jan 13, 2017 · 3 comments
Closed

Test with running the ROS master on the device #8

adamantivm opened this issue Jan 13, 2017 · 3 comments

Comments

@adamantivm
Copy link
Member

No description provided.

@jubeira jubeira added this to the Cross compile Nav Stack components to Android milestone Feb 17, 2017
@jubeira
Copy link
Contributor

jubeira commented Mar 14, 2017

To connect to the running master on the device, the ROS_IP environment variable has to be set to the computer's IP address, and the ROS_MASTER_URI has to be set to the device's IP address.
This allows the computer to read the loaded parameters, as well as change the published topics of the Tango Ros Node via dynamic reconfigure and display the topic information.

Nevertheless, when a launchfile is executed from the computer, the following error appears:

load_parameters: unable to set parameters (last param was [None]):  <Fault 0: 'No such handler: system.multicall'>

This happens even with simple launchfiles like map_to_odom from navigation_setup.

@adamantivm
Copy link
Member Author

Aaah, I know why that is. The rosjava master is missing the 'multicall' implementation I think.
I think implementing it will be hard, so the best will be to narrow down which particular use cases cause this and see if we can restrict those use cases to a Linux master and still cover all the combinations we want to support.

@adamantivm adamantivm removed this from the Run Nav Stack on Android milestone Jun 5, 2017
@jubeira
Copy link
Contributor

jubeira commented Mar 29, 2018

Fortunately, this was solved in rosjava/rosjava_core#273.

Now launchfiles should work when running the ROS master on the device.

@jubeira jubeira closed this as completed Mar 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants