-
Notifications
You must be signed in to change notification settings - Fork 20
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
Kinetic: segbot simulation not working #93
Comments
The goal is that we should be able to check out the BWI software on Ubuntu Xenial with ROS Kinetic installed, create and build a workspace in the usual manner, then run the Gazebo simulation in the usual way:
or
To start with, the v3 simulation is probably more important. |
There are several problems:
This makes it hard to resolve the ones actually needed, resulting in tedious repeated builds followed by installing things that turn up missing.
|
On launch, there is a xacro warning:
|
There are still references to xref: utexas-bwi/bwi_common#95 @piyushk: I thought that package was deprecated and replaced by |
Another
|
Some missing exec-time dependencies:
|
…-bwi/bwi_common#95) The dialog gui launch is also temporarily commented out.
|
There are lots of TF warnings, like this:
I suspect that the root problem is that TF frame IDs containing an internal '/' are no longer supported. The slash is only supported between the |
|
Changed many uses of
|
The Looks like that's happening in the multi_level_map_utils C++ library. |
That fix does not work. It's not clear that C++ library is even being used any more. |
It's working today on my computer. Maybe I was doing something wrong last week. I cleaned my catkin workspace here. |
Thanks to help from Yuqian, Ricardo, Garrett and Shih-Yun, we can now checkout the Kinetic rosinstall for BWI, resolve the dependencies, build everything and run visit door list in the simulator. |
This is working now, if you follow the install and build directions carefully, and use up-to-date Kinetic packages. |
There seem to be several problems, including utexas-bwi/bwi_common#95.
ref: utexas-bwi/bwi#49
The text was updated successfully, but these errors were encountered: