ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
have you tired grabbing the latest version of RosAria today? A fix has recently been applied. If so and you still are having problems, post the output of rosrun rosaria RosAria and I'll see what I can do for you. :)
2 | No.2 Revision |
have Have you tired grabbing the latest version of RosAria from github today? A fix has recently been applied. applied for this kind of issue:
https://github.com/amor-ros-pkg/rosaria
If so and you are still are having problems, post the output of rosrun rosaria RosAria and I'll see what I can do for you. :):)
3 | No.3 Revision |
Have you tired grabbing the latest version of RosAria from github today? A fix has recently been applied for this kind of issue: https://github.com/amor-ros-pkg/rosaria
There are a couple ways to set the TicksMM: * dynamic_reconfigure * launch file * @launch _TicksMM:=XXX * There is a tool that lets you change the value in the robot's EEPROM from adept (I dont remember what it's called but you can find it on their wiki)
If you are still are having problems, post the output of rosrun rosaria RosAria and I'll see what I can do for you. :)
4 | No.4 Revision |
Have you tired grabbing the latest version of RosAria from github today? A fix has recently been applied for this kind of issue: https://github.com/amor-ros-pkg/rosaria
There are a couple ways to set the TicksMM:
* dynamic_reconfigure
* TicksMM:
If you are still are having problems, post the output of rosrun rosaria RosAria and I'll see what I can do for you. :)
5 | No.5 Revision |
Have you tired grabbing the latest version of RosAria from github today? A fix has recently been applied for this kind of issue: https://github.com/amor-ros-pkg/rosaria
There are a couple ways to set the TicksMM:
If you are still are having problems, post the output of rosrun rosaria RosAria and I'll see what I can do for you. :)
6 | No.6 Revision |
Have you tired grabbing the latest version of RosAria from github today? A fix has recently been applied for this kind of issue: https://github.com/amor-ros-pkg/rosaria
There are a couple ways to set the TicksMM:
When rosaria launches, it will set TicksMM et al from the ROS parameter server iif those parameters exist (such as being set by hand or from a launch file). If the parameters are unset when rosaria starts up, it will read the values from the robot's EEPROM. The parameters should persist between launches of rosaria, as long as roscore is not shut down.
If you are still are having problems, post the output of rosrun rosaria RosAria and I'll see what I can do for you. :)
7 | No.7 Revision |
Update RosAria
Have you tired grabbing the latest version of RosAria from github today? A fix has recently been applied for this kind of issue: https://github.com/amor-ros-pkg/rosaria
There are a couple ways to set the TicksMM:Set TicksMM et al:
When rosaria launches, it will set TicksMM et al from the ROS parameter server iif those parameters exist (such as being set by hand or from a launch file). If the parameters are unset when rosaria starts up, it will read the values from the robot's EEPROM. The parameters should persist between launches of rosaria, as long as roscore is not shut down.
Test robot motion with:
$ rostopic pub -1 /RosAria/cmd_vel geometry_msgs/Twist '{linear: {x: 0.05, y: 0.0, z: 0.0}, angular: {x: 0.0, y: 0.0, z: 0.0}}'
If you are still are having problems, post the output of rosrun rosaria RosAria and I'll see what I can do for you. :)
8 | No.8 Revision |
Update RosAria
Have you tired grabbing the latest version of RosAria from github today? A fix has recently been applied for this kind of issue: https://github.com/amor-ros-pkg/rosaria
Set Launch RosAria
In a terminal, run the ROS master server:
$ roscore
In another terminal, run the robot driver (RosAria):
$ rosrun rosaria RosAria
In another terminal, verify topics are being published:
$ rostopic list
If you don't see any topics listed, something is wrong with your ROS Environment settings. http://wiki.ros.org/ROS/Tutorials/InstallingandConfiguringROSEnvironment
TicksMM et al:
When rosaria launches, it will set TicksMM et al from the ROS parameter server iif they are set. If the parameters are not set, it will read the values from the robot's EEPROM and set them. There are a few ways to tune them if needed:
When rosaria launches, it will set TicksMM et al from the ROS parameter server iif those parameters exist (such as being set by hand or from a launch file). If the parameters are unset when rosaria starts up, it will read the values from the robot's EEPROM. The parameters should persist between launches of rosaria, as long as roscore is not shut down.
Test robot motion with:
$ rostopic pub -1 /RosAria/cmd_vel geometry_msgs/Twist '{linear: {x: 0.05, y: 0.0, z: 0.0}, angular: {x: 0.0, y: 0.0, z: 0.0}}'
* Still having problems? *
If you are still are having problems, post the output of rosrun rosaria RosAria and I'll see what I can do for you. :)