Conversion table b/w older & newer ROS
I'm porting a program that was written 2 years ago based on ROS 0.4 to the newer version, and not to mention seeing a bunch of compile errors due to the API incompatibility. Is there a document that shows conversion between older and newer ROS ? I'm using electric but diamondback would do too.
Thanks.
Update 9/21/11) One example out of hundreds of missing API is deprecated_msgs::RobotBase2DOdom.stall
. I'm now using nav_msgs::Odometry
in place of RobotBase2DOdom
but haven't been able to figure out stall
equivalent yet (this isn't a question though).