Hi,
I worked on a project last year where I used parts of the indigo concert system to make a miniature forklift solution
http://minireach.readthedocs.io/en/latest/demo.html

Just started working on an opensource project where I plan to implement something similar with a mini forklift made out of turtlebot3 parts. https://dyno-docs.readthedocs.io/en/latest/simulation/route_scheduler.html
Have implemented some basic Robot Apps, like I simple waypoint scheduler using py_trees and a simple react/material-ui web interface.
Ran into a performance and stability bottleneck with Gazebo and the standard plugins in the last project. Thought I would try to use Unity as a multi-robot simulator this time.
(I have various other platforms and projects I want to use with the same framework as well)
https://www.youtube.com/watch?v=7NCSMg_bq1I

Am currently trying to get multiple robots/forklifts working in Unity using rocon (or at least rocon_gateways) and have some questions:
-
I noticed that the version of rocon_multimaster in the current deb release for kinetic is missing the redis-3.0.conf files (because you removed them). This means that the hub shuts down with an error message (rosdep installed redis-server 3.0 on kinetic).
-
The lines changed here: 42bfedc throws an AttributeError on my system and prevents gateway_info from beeing published (and lots of stuff stops working). Commenting them out fixed the problems I was having, but I don't know the cause.
-
You are referencing a "gopher style concert" here: https://github.com/robotics-in-concert/rocon_app_platform/blob/devel/rocon_app_manager/launch/concert_client.launch
Is there any documentation for how to configure one of those? How does it differ from that described in http://wiki.ros.org/rocon/indigo/Guide ?
-
Finally, is there some more current reference project than turtlebot2 for the concert system? I'm guessing none of the GoCart stuff is publicly available?
// Samuel
Hi,
I worked on a project last year where I used parts of the indigo concert system to make a miniature forklift solution
http://minireach.readthedocs.io/en/latest/demo.html
Just started working on an opensource project where I plan to implement something similar with a mini forklift made out of turtlebot3 parts. https://dyno-docs.readthedocs.io/en/latest/simulation/route_scheduler.html
Have implemented some basic Robot Apps, like I simple waypoint scheduler using py_trees and a simple react/material-ui web interface.
Ran into a performance and stability bottleneck with Gazebo and the standard plugins in the last project. Thought I would try to use Unity as a multi-robot simulator this time.
(I have various other platforms and projects I want to use with the same framework as well)
https://www.youtube.com/watch?v=7NCSMg_bq1I

Am currently trying to get multiple robots/forklifts working in Unity using rocon (or at least rocon_gateways) and have some questions:
I noticed that the version of rocon_multimaster in the current deb release for kinetic is missing the redis-3.0.conf files (because you removed them). This means that the hub shuts down with an error message (rosdep installed redis-server 3.0 on kinetic).
The lines changed here: 42bfedc throws an AttributeError on my system and prevents gateway_info from beeing published (and lots of stuff stops working). Commenting them out fixed the problems I was having, but I don't know the cause.
You are referencing a "gopher style concert" here: https://github.com/robotics-in-concert/rocon_app_platform/blob/devel/rocon_app_manager/launch/concert_client.launch
Is there any documentation for how to configure one of those? How does it differ from that described in http://wiki.ros.org/rocon/indigo/Guide ?
Finally, is there some more current reference project than turtlebot2 for the concert system? I'm guessing none of the GoCart stuff is publicly available?
// Samuel