No version for distro humble showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

roseus package from jsk_roseus repo

jsk_roseus roseus roseus_mongo roseus_smach roseus_tutorials

ROS Distro
lunar

Package Summary

Tags No category tags.
Version 1.7.5
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_roseus.git
VCS Type git
VCS Version master
Last Updated 2025-02-13
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

EusLisp client for ROS Robot Operating System.

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada
README
No README found. See repository README.
CHANGELOG

Changelog for package roseus

1.7.5 (2021-12-13)

  • add noetic test on travis (#700)
  • [eustf.l] fix bug in ros::create-quaternion-from-rpy (#663)
    • ros::create-quaternion-from-rpy returns [x y z w] whcih is bug in euslisp. It should return [w x y z]
    • [roseus/eustf.l] add comment in doc string.
    • [roseus/test-tf.l] add test-rpy->quaternion-msg
  • [roseus/eustf.cpp] convert [mm]->[m] in :set-transform (#649)
  • Fix check-func variable scope in ros::simple-action-server (#670)
  • Check for preemption request on test/fibonacci-server.l (#672)
  • Update advertise-service function documentation (#694)
  • Fixing a couple comment typos in roseus.l (#677)
  • fix typo: recieve -> receive (#687)
  • [roseus] add :groupname in create-timer (#688)
  • Fix unadvertise service (#680)
  • Add :groupname option to ros::advertise-service (#679)
  • [roseus] fix typo in subscribe documentation (#690)
  • [roseus] Remove duplicated dependency in package.xml (#642)
  • Fix typo: geoometry -> geometry (#645)
  • add more info on timeout parameter of wait-for-service (#646)
  • fix comment typo in actionlib.l (#643)
  • [eustf.l] add comment to :wait-for-transform (#648)
  • [eustf.l] fix comment :lookup-transform (#650)
  • add functions to convert shape_msgs/SolidPrimitive <-> euslisp object (#640)
  • fix warning message for load-ros-manifest (#638)
  • add SoundRequest.volume for kinetic (#620)
  • Return t after calling service in (call-empty-service service) (#621)

    * Return t after service call in call-empty-service function
    • Remove unmatched parenthesis
    • Return nil in call-empty-service if service is not ready
    • Add timeout in call-empty-service.
  • add python like AnyMsg support (#631)
  • add list-param and search-param with test code (#629)
  • Add command line option to start roseus with gdb (#630)
    • Don't use suffixes on gdb config to avoid creating multiple files
    • Print backtrace on every error break in gdb
    • Enable command line option --gdb
    • call ros::roseus on the top of the file
  • Allow to load pathnames (#612)
  • Ignore _connection-header in 'print-ros-msg' (#606)
  • Remove unmatched parenthesis (#607)
  • Contributors: Guilherme Affonso, Kei Okada, Naoki Hiraoka, Naoya Yamaguchi, Shingo Kitagawa, Yuto Uchimi

1.7.4 (2019-02-04)

  • .travis.yml: run jsk_pr2eus tests in travis (#599 )

    • test/simple-client-cancel-test.l: add test to find #567 regression
  • Revert "roseus: add :last-status-msg method for simple-action-client" (#578 )

  • Revert "add test for subscribe object dispose" (#525 )

  • Contributors: Kei Okada

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Recent questions tagged roseus at Robotics Stack Exchange

No version for distro jazzy showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

roseus package from jsk_roseus repo

jsk_roseus roseus roseus_mongo roseus_smach roseus_tutorials

ROS Distro
lunar

Package Summary

Tags No category tags.
Version 1.7.5
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_roseus.git
VCS Type git
VCS Version master
Last Updated 2025-02-13
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

EusLisp client for ROS Robot Operating System.

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada
README
No README found. See repository README.
CHANGELOG

Changelog for package roseus

1.7.5 (2021-12-13)

  • add noetic test on travis (#700)
  • [eustf.l] fix bug in ros::create-quaternion-from-rpy (#663)
    • ros::create-quaternion-from-rpy returns [x y z w] whcih is bug in euslisp. It should return [w x y z]
    • [roseus/eustf.l] add comment in doc string.
    • [roseus/test-tf.l] add test-rpy->quaternion-msg
  • [roseus/eustf.cpp] convert [mm]->[m] in :set-transform (#649)
  • Fix check-func variable scope in ros::simple-action-server (#670)
  • Check for preemption request on test/fibonacci-server.l (#672)
  • Update advertise-service function documentation (#694)
  • Fixing a couple comment typos in roseus.l (#677)
  • fix typo: recieve -> receive (#687)
  • [roseus] add :groupname in create-timer (#688)
  • Fix unadvertise service (#680)
  • Add :groupname option to ros::advertise-service (#679)
  • [roseus] fix typo in subscribe documentation (#690)
  • [roseus] Remove duplicated dependency in package.xml (#642)
  • Fix typo: geoometry -> geometry (#645)
  • add more info on timeout parameter of wait-for-service (#646)
  • fix comment typo in actionlib.l (#643)
  • [eustf.l] add comment to :wait-for-transform (#648)
  • [eustf.l] fix comment :lookup-transform (#650)
  • add functions to convert shape_msgs/SolidPrimitive <-> euslisp object (#640)
  • fix warning message for load-ros-manifest (#638)
  • add SoundRequest.volume for kinetic (#620)
  • Return t after calling service in (call-empty-service service) (#621)

    * Return t after service call in call-empty-service function
    • Remove unmatched parenthesis
    • Return nil in call-empty-service if service is not ready
    • Add timeout in call-empty-service.
  • add python like AnyMsg support (#631)
  • add list-param and search-param with test code (#629)
  • Add command line option to start roseus with gdb (#630)
    • Don't use suffixes on gdb config to avoid creating multiple files
    • Print backtrace on every error break in gdb
    • Enable command line option --gdb
    • call ros::roseus on the top of the file
  • Allow to load pathnames (#612)
  • Ignore _connection-header in 'print-ros-msg' (#606)
  • Remove unmatched parenthesis (#607)
  • Contributors: Guilherme Affonso, Kei Okada, Naoki Hiraoka, Naoya Yamaguchi, Shingo Kitagawa, Yuto Uchimi

1.7.4 (2019-02-04)

  • .travis.yml: run jsk_pr2eus tests in travis (#599 )

    • test/simple-client-cancel-test.l: add test to find #567 regression
  • Revert "roseus: add :last-status-msg method for simple-action-client" (#578 )

  • Revert "add test for subscribe object dispose" (#525 )

  • Contributors: Kei Okada

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Recent questions tagged roseus at Robotics Stack Exchange

No version for distro kilted showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

roseus package from jsk_roseus repo

jsk_roseus roseus roseus_mongo roseus_smach roseus_tutorials

ROS Distro
lunar

Package Summary

Tags No category tags.
Version 1.7.5
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_roseus.git
VCS Type git
VCS Version master
Last Updated 2025-02-13
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

EusLisp client for ROS Robot Operating System.

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada
README
No README found. See repository README.
CHANGELOG

Changelog for package roseus

1.7.5 (2021-12-13)

  • add noetic test on travis (#700)
  • [eustf.l] fix bug in ros::create-quaternion-from-rpy (#663)
    • ros::create-quaternion-from-rpy returns [x y z w] whcih is bug in euslisp. It should return [w x y z]
    • [roseus/eustf.l] add comment in doc string.
    • [roseus/test-tf.l] add test-rpy->quaternion-msg
  • [roseus/eustf.cpp] convert [mm]->[m] in :set-transform (#649)
  • Fix check-func variable scope in ros::simple-action-server (#670)
  • Check for preemption request on test/fibonacci-server.l (#672)
  • Update advertise-service function documentation (#694)
  • Fixing a couple comment typos in roseus.l (#677)
  • fix typo: recieve -> receive (#687)
  • [roseus] add :groupname in create-timer (#688)
  • Fix unadvertise service (#680)
  • Add :groupname option to ros::advertise-service (#679)
  • [roseus] fix typo in subscribe documentation (#690)
  • [roseus] Remove duplicated dependency in package.xml (#642)
  • Fix typo: geoometry -> geometry (#645)
  • add more info on timeout parameter of wait-for-service (#646)
  • fix comment typo in actionlib.l (#643)
  • [eustf.l] add comment to :wait-for-transform (#648)
  • [eustf.l] fix comment :lookup-transform (#650)
  • add functions to convert shape_msgs/SolidPrimitive <-> euslisp object (#640)
  • fix warning message for load-ros-manifest (#638)
  • add SoundRequest.volume for kinetic (#620)
  • Return t after calling service in (call-empty-service service) (#621)

    * Return t after service call in call-empty-service function
    • Remove unmatched parenthesis
    • Return nil in call-empty-service if service is not ready
    • Add timeout in call-empty-service.
  • add python like AnyMsg support (#631)
  • add list-param and search-param with test code (#629)
  • Add command line option to start roseus with gdb (#630)
    • Don't use suffixes on gdb config to avoid creating multiple files
    • Print backtrace on every error break in gdb
    • Enable command line option --gdb
    • call ros::roseus on the top of the file
  • Allow to load pathnames (#612)
  • Ignore _connection-header in 'print-ros-msg' (#606)
  • Remove unmatched parenthesis (#607)
  • Contributors: Guilherme Affonso, Kei Okada, Naoki Hiraoka, Naoya Yamaguchi, Shingo Kitagawa, Yuto Uchimi

1.7.4 (2019-02-04)

  • .travis.yml: run jsk_pr2eus tests in travis (#599 )

    • test/simple-client-cancel-test.l: add test to find #567 regression
  • Revert "roseus: add :last-status-msg method for simple-action-client" (#578 )

  • Revert "add test for subscribe object dispose" (#525 )

  • Contributors: Kei Okada

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Recent questions tagged roseus at Robotics Stack Exchange

No version for distro rolling showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

roseus package from jsk_roseus repo

jsk_roseus roseus roseus_mongo roseus_smach roseus_tutorials

ROS Distro
lunar

Package Summary

Tags No category tags.
Version 1.7.5
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_roseus.git
VCS Type git
VCS Version master
Last Updated 2025-02-13
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

EusLisp client for ROS Robot Operating System.

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada
README
No README found. See repository README.
CHANGELOG

Changelog for package roseus

1.7.5 (2021-12-13)

  • add noetic test on travis (#700)
  • [eustf.l] fix bug in ros::create-quaternion-from-rpy (#663)
    • ros::create-quaternion-from-rpy returns [x y z w] whcih is bug in euslisp. It should return [w x y z]
    • [roseus/eustf.l] add comment in doc string.
    • [roseus/test-tf.l] add test-rpy->quaternion-msg
  • [roseus/eustf.cpp] convert [mm]->[m] in :set-transform (#649)
  • Fix check-func variable scope in ros::simple-action-server (#670)
  • Check for preemption request on test/fibonacci-server.l (#672)
  • Update advertise-service function documentation (#694)
  • Fixing a couple comment typos in roseus.l (#677)
  • fix typo: recieve -> receive (#687)
  • [roseus] add :groupname in create-timer (#688)
  • Fix unadvertise service (#680)
  • Add :groupname option to ros::advertise-service (#679)
  • [roseus] fix typo in subscribe documentation (#690)
  • [roseus] Remove duplicated dependency in package.xml (#642)
  • Fix typo: geoometry -> geometry (#645)
  • add more info on timeout parameter of wait-for-service (#646)
  • fix comment typo in actionlib.l (#643)
  • [eustf.l] add comment to :wait-for-transform (#648)
  • [eustf.l] fix comment :lookup-transform (#650)
  • add functions to convert shape_msgs/SolidPrimitive <-> euslisp object (#640)
  • fix warning message for load-ros-manifest (#638)
  • add SoundRequest.volume for kinetic (#620)
  • Return t after calling service in (call-empty-service service) (#621)

    * Return t after service call in call-empty-service function
    • Remove unmatched parenthesis
    • Return nil in call-empty-service if service is not ready
    • Add timeout in call-empty-service.
  • add python like AnyMsg support (#631)
  • add list-param and search-param with test code (#629)
  • Add command line option to start roseus with gdb (#630)
    • Don't use suffixes on gdb config to avoid creating multiple files
    • Print backtrace on every error break in gdb
    • Enable command line option --gdb
    • call ros::roseus on the top of the file
  • Allow to load pathnames (#612)
  • Ignore _connection-header in 'print-ros-msg' (#606)
  • Remove unmatched parenthesis (#607)
  • Contributors: Guilherme Affonso, Kei Okada, Naoki Hiraoka, Naoya Yamaguchi, Shingo Kitagawa, Yuto Uchimi

1.7.4 (2019-02-04)

  • .travis.yml: run jsk_pr2eus tests in travis (#599 )

    • test/simple-client-cancel-test.l: add test to find #567 regression
  • Revert "roseus: add :last-status-msg method for simple-action-client" (#578 )

  • Revert "add test for subscribe object dispose" (#525 )

  • Contributors: Kei Okada

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Recent questions tagged roseus at Robotics Stack Exchange

No version for distro ardent showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

roseus package from jsk_roseus repo

jsk_roseus roseus roseus_mongo roseus_smach roseus_tutorials

ROS Distro
lunar

Package Summary

Tags No category tags.
Version 1.7.5
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_roseus.git
VCS Type git
VCS Version master
Last Updated 2025-02-13
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

EusLisp client for ROS Robot Operating System.

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada
README
No README found. See repository README.
CHANGELOG

Changelog for package roseus

1.7.5 (2021-12-13)

  • add noetic test on travis (#700)
  • [eustf.l] fix bug in ros::create-quaternion-from-rpy (#663)
    • ros::create-quaternion-from-rpy returns [x y z w] whcih is bug in euslisp. It should return [w x y z]
    • [roseus/eustf.l] add comment in doc string.
    • [roseus/test-tf.l] add test-rpy->quaternion-msg
  • [roseus/eustf.cpp] convert [mm]->[m] in :set-transform (#649)
  • Fix check-func variable scope in ros::simple-action-server (#670)
  • Check for preemption request on test/fibonacci-server.l (#672)
  • Update advertise-service function documentation (#694)
  • Fixing a couple comment typos in roseus.l (#677)
  • fix typo: recieve -> receive (#687)
  • [roseus] add :groupname in create-timer (#688)
  • Fix unadvertise service (#680)
  • Add :groupname option to ros::advertise-service (#679)
  • [roseus] fix typo in subscribe documentation (#690)
  • [roseus] Remove duplicated dependency in package.xml (#642)
  • Fix typo: geoometry -> geometry (#645)
  • add more info on timeout parameter of wait-for-service (#646)
  • fix comment typo in actionlib.l (#643)
  • [eustf.l] add comment to :wait-for-transform (#648)
  • [eustf.l] fix comment :lookup-transform (#650)
  • add functions to convert shape_msgs/SolidPrimitive <-> euslisp object (#640)
  • fix warning message for load-ros-manifest (#638)
  • add SoundRequest.volume for kinetic (#620)
  • Return t after calling service in (call-empty-service service) (#621)

    * Return t after service call in call-empty-service function
    • Remove unmatched parenthesis
    • Return nil in call-empty-service if service is not ready
    • Add timeout in call-empty-service.
  • add python like AnyMsg support (#631)
  • add list-param and search-param with test code (#629)
  • Add command line option to start roseus with gdb (#630)
    • Don't use suffixes on gdb config to avoid creating multiple files
    • Print backtrace on every error break in gdb
    • Enable command line option --gdb
    • call ros::roseus on the top of the file
  • Allow to load pathnames (#612)
  • Ignore _connection-header in 'print-ros-msg' (#606)
  • Remove unmatched parenthesis (#607)
  • Contributors: Guilherme Affonso, Kei Okada, Naoki Hiraoka, Naoya Yamaguchi, Shingo Kitagawa, Yuto Uchimi

1.7.4 (2019-02-04)

  • .travis.yml: run jsk_pr2eus tests in travis (#599 )

    • test/simple-client-cancel-test.l: add test to find #567 regression
  • Revert "roseus: add :last-status-msg method for simple-action-client" (#578 )

  • Revert "add test for subscribe object dispose" (#525 )

  • Contributors: Kei Okada

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Recent questions tagged roseus at Robotics Stack Exchange

No version for distro bouncy showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

roseus package from jsk_roseus repo

jsk_roseus roseus roseus_mongo roseus_smach roseus_tutorials

ROS Distro
lunar

Package Summary

Tags No category tags.
Version 1.7.5
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_roseus.git
VCS Type git
VCS Version master
Last Updated 2025-02-13
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

EusLisp client for ROS Robot Operating System.

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada
README
No README found. See repository README.
CHANGELOG

Changelog for package roseus

1.7.5 (2021-12-13)

  • add noetic test on travis (#700)
  • [eustf.l] fix bug in ros::create-quaternion-from-rpy (#663)
    • ros::create-quaternion-from-rpy returns [x y z w] whcih is bug in euslisp. It should return [w x y z]
    • [roseus/eustf.l] add comment in doc string.
    • [roseus/test-tf.l] add test-rpy->quaternion-msg
  • [roseus/eustf.cpp] convert [mm]->[m] in :set-transform (#649)
  • Fix check-func variable scope in ros::simple-action-server (#670)
  • Check for preemption request on test/fibonacci-server.l (#672)
  • Update advertise-service function documentation (#694)
  • Fixing a couple comment typos in roseus.l (#677)
  • fix typo: recieve -> receive (#687)
  • [roseus] add :groupname in create-timer (#688)
  • Fix unadvertise service (#680)
  • Add :groupname option to ros::advertise-service (#679)
  • [roseus] fix typo in subscribe documentation (#690)
  • [roseus] Remove duplicated dependency in package.xml (#642)
  • Fix typo: geoometry -> geometry (#645)
  • add more info on timeout parameter of wait-for-service (#646)
  • fix comment typo in actionlib.l (#643)
  • [eustf.l] add comment to :wait-for-transform (#648)
  • [eustf.l] fix comment :lookup-transform (#650)
  • add functions to convert shape_msgs/SolidPrimitive <-> euslisp object (#640)
  • fix warning message for load-ros-manifest (#638)
  • add SoundRequest.volume for kinetic (#620)
  • Return t after calling service in (call-empty-service service) (#621)

    * Return t after service call in call-empty-service function
    • Remove unmatched parenthesis
    • Return nil in call-empty-service if service is not ready
    • Add timeout in call-empty-service.
  • add python like AnyMsg support (#631)
  • add list-param and search-param with test code (#629)
  • Add command line option to start roseus with gdb (#630)
    • Don't use suffixes on gdb config to avoid creating multiple files
    • Print backtrace on every error break in gdb
    • Enable command line option --gdb
    • call ros::roseus on the top of the file
  • Allow to load pathnames (#612)
  • Ignore _connection-header in 'print-ros-msg' (#606)
  • Remove unmatched parenthesis (#607)
  • Contributors: Guilherme Affonso, Kei Okada, Naoki Hiraoka, Naoya Yamaguchi, Shingo Kitagawa, Yuto Uchimi

1.7.4 (2019-02-04)

  • .travis.yml: run jsk_pr2eus tests in travis (#599 )

    • test/simple-client-cancel-test.l: add test to find #567 regression
  • Revert "roseus: add :last-status-msg method for simple-action-client" (#578 )

  • Revert "add test for subscribe object dispose" (#525 )

  • Contributors: Kei Okada

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Recent questions tagged roseus at Robotics Stack Exchange

No version for distro crystal showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

roseus package from jsk_roseus repo

jsk_roseus roseus roseus_mongo roseus_smach roseus_tutorials

ROS Distro
lunar

Package Summary

Tags No category tags.
Version 1.7.5
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_roseus.git
VCS Type git
VCS Version master
Last Updated 2025-02-13
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

EusLisp client for ROS Robot Operating System.

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada
README
No README found. See repository README.
CHANGELOG

Changelog for package roseus

1.7.5 (2021-12-13)

  • add noetic test on travis (#700)
  • [eustf.l] fix bug in ros::create-quaternion-from-rpy (#663)
    • ros::create-quaternion-from-rpy returns [x y z w] whcih is bug in euslisp. It should return [w x y z]
    • [roseus/eustf.l] add comment in doc string.
    • [roseus/test-tf.l] add test-rpy->quaternion-msg
  • [roseus/eustf.cpp] convert [mm]->[m] in :set-transform (#649)
  • Fix check-func variable scope in ros::simple-action-server (#670)
  • Check for preemption request on test/fibonacci-server.l (#672)
  • Update advertise-service function documentation (#694)
  • Fixing a couple comment typos in roseus.l (#677)
  • fix typo: recieve -> receive (#687)
  • [roseus] add :groupname in create-timer (#688)
  • Fix unadvertise service (#680)
  • Add :groupname option to ros::advertise-service (#679)
  • [roseus] fix typo in subscribe documentation (#690)
  • [roseus] Remove duplicated dependency in package.xml (#642)
  • Fix typo: geoometry -> geometry (#645)
  • add more info on timeout parameter of wait-for-service (#646)
  • fix comment typo in actionlib.l (#643)
  • [eustf.l] add comment to :wait-for-transform (#648)
  • [eustf.l] fix comment :lookup-transform (#650)
  • add functions to convert shape_msgs/SolidPrimitive <-> euslisp object (#640)
  • fix warning message for load-ros-manifest (#638)
  • add SoundRequest.volume for kinetic (#620)
  • Return t after calling service in (call-empty-service service) (#621)

    * Return t after service call in call-empty-service function
    • Remove unmatched parenthesis
    • Return nil in call-empty-service if service is not ready
    • Add timeout in call-empty-service.
  • add python like AnyMsg support (#631)
  • add list-param and search-param with test code (#629)
  • Add command line option to start roseus with gdb (#630)
    • Don't use suffixes on gdb config to avoid creating multiple files
    • Print backtrace on every error break in gdb
    • Enable command line option --gdb
    • call ros::roseus on the top of the file
  • Allow to load pathnames (#612)
  • Ignore _connection-header in 'print-ros-msg' (#606)
  • Remove unmatched parenthesis (#607)
  • Contributors: Guilherme Affonso, Kei Okada, Naoki Hiraoka, Naoya Yamaguchi, Shingo Kitagawa, Yuto Uchimi

1.7.4 (2019-02-04)

  • .travis.yml: run jsk_pr2eus tests in travis (#599 )

    • test/simple-client-cancel-test.l: add test to find #567 regression
  • Revert "roseus: add :last-status-msg method for simple-action-client" (#578 )

  • Revert "add test for subscribe object dispose" (#525 )

  • Contributors: Kei Okada

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Recent questions tagged roseus at Robotics Stack Exchange

No version for distro eloquent showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

roseus package from jsk_roseus repo

jsk_roseus roseus roseus_mongo roseus_smach roseus_tutorials

ROS Distro
lunar

Package Summary

Tags No category tags.
Version 1.7.5
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_roseus.git
VCS Type git
VCS Version master
Last Updated 2025-02-13
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

EusLisp client for ROS Robot Operating System.

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada
README
No README found. See repository README.
CHANGELOG

Changelog for package roseus

1.7.5 (2021-12-13)

  • add noetic test on travis (#700)
  • [eustf.l] fix bug in ros::create-quaternion-from-rpy (#663)
    • ros::create-quaternion-from-rpy returns [x y z w] whcih is bug in euslisp. It should return [w x y z]
    • [roseus/eustf.l] add comment in doc string.
    • [roseus/test-tf.l] add test-rpy->quaternion-msg
  • [roseus/eustf.cpp] convert [mm]->[m] in :set-transform (#649)
  • Fix check-func variable scope in ros::simple-action-server (#670)
  • Check for preemption request on test/fibonacci-server.l (#672)
  • Update advertise-service function documentation (#694)
  • Fixing a couple comment typos in roseus.l (#677)
  • fix typo: recieve -> receive (#687)
  • [roseus] add :groupname in create-timer (#688)
  • Fix unadvertise service (#680)
  • Add :groupname option to ros::advertise-service (#679)
  • [roseus] fix typo in subscribe documentation (#690)
  • [roseus] Remove duplicated dependency in package.xml (#642)
  • Fix typo: geoometry -> geometry (#645)
  • add more info on timeout parameter of wait-for-service (#646)
  • fix comment typo in actionlib.l (#643)
  • [eustf.l] add comment to :wait-for-transform (#648)
  • [eustf.l] fix comment :lookup-transform (#650)
  • add functions to convert shape_msgs/SolidPrimitive <-> euslisp object (#640)
  • fix warning message for load-ros-manifest (#638)
  • add SoundRequest.volume for kinetic (#620)
  • Return t after calling service in (call-empty-service service) (#621)

    * Return t after service call in call-empty-service function
    • Remove unmatched parenthesis
    • Return nil in call-empty-service if service is not ready
    • Add timeout in call-empty-service.
  • add python like AnyMsg support (#631)
  • add list-param and search-param with test code (#629)
  • Add command line option to start roseus with gdb (#630)
    • Don't use suffixes on gdb config to avoid creating multiple files
    • Print backtrace on every error break in gdb
    • Enable command line option --gdb
    • call ros::roseus on the top of the file
  • Allow to load pathnames (#612)
  • Ignore _connection-header in 'print-ros-msg' (#606)
  • Remove unmatched parenthesis (#607)
  • Contributors: Guilherme Affonso, Kei Okada, Naoki Hiraoka, Naoya Yamaguchi, Shingo Kitagawa, Yuto Uchimi

1.7.4 (2019-02-04)

  • .travis.yml: run jsk_pr2eus tests in travis (#599 )

    • test/simple-client-cancel-test.l: add test to find #567 regression
  • Revert "roseus: add :last-status-msg method for simple-action-client" (#578 )

  • Revert "add test for subscribe object dispose" (#525 )

  • Contributors: Kei Okada

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Recent questions tagged roseus at Robotics Stack Exchange

No version for distro dashing showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

roseus package from jsk_roseus repo

jsk_roseus roseus roseus_mongo roseus_smach roseus_tutorials

ROS Distro
lunar

Package Summary

Tags No category tags.
Version 1.7.5
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_roseus.git
VCS Type git
VCS Version master
Last Updated 2025-02-13
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

EusLisp client for ROS Robot Operating System.

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada
README
No README found. See repository README.
CHANGELOG

Changelog for package roseus

1.7.5 (2021-12-13)

  • add noetic test on travis (#700)
  • [eustf.l] fix bug in ros::create-quaternion-from-rpy (#663)
    • ros::create-quaternion-from-rpy returns [x y z w] whcih is bug in euslisp. It should return [w x y z]
    • [roseus/eustf.l] add comment in doc string.
    • [roseus/test-tf.l] add test-rpy->quaternion-msg
  • [roseus/eustf.cpp] convert [mm]->[m] in :set-transform (#649)
  • Fix check-func variable scope in ros::simple-action-server (#670)
  • Check for preemption request on test/fibonacci-server.l (#672)
  • Update advertise-service function documentation (#694)
  • Fixing a couple comment typos in roseus.l (#677)
  • fix typo: recieve -> receive (#687)
  • [roseus] add :groupname in create-timer (#688)
  • Fix unadvertise service (#680)
  • Add :groupname option to ros::advertise-service (#679)
  • [roseus] fix typo in subscribe documentation (#690)
  • [roseus] Remove duplicated dependency in package.xml (#642)
  • Fix typo: geoometry -> geometry (#645)
  • add more info on timeout parameter of wait-for-service (#646)
  • fix comment typo in actionlib.l (#643)
  • [eustf.l] add comment to :wait-for-transform (#648)
  • [eustf.l] fix comment :lookup-transform (#650)
  • add functions to convert shape_msgs/SolidPrimitive <-> euslisp object (#640)
  • fix warning message for load-ros-manifest (#638)
  • add SoundRequest.volume for kinetic (#620)
  • Return t after calling service in (call-empty-service service) (#621)

    * Return t after service call in call-empty-service function
    • Remove unmatched parenthesis
    • Return nil in call-empty-service if service is not ready
    • Add timeout in call-empty-service.
  • add python like AnyMsg support (#631)
  • add list-param and search-param with test code (#629)
  • Add command line option to start roseus with gdb (#630)
    • Don't use suffixes on gdb config to avoid creating multiple files
    • Print backtrace on every error break in gdb
    • Enable command line option --gdb
    • call ros::roseus on the top of the file
  • Allow to load pathnames (#612)
  • Ignore _connection-header in 'print-ros-msg' (#606)
  • Remove unmatched parenthesis (#607)
  • Contributors: Guilherme Affonso, Kei Okada, Naoki Hiraoka, Naoya Yamaguchi, Shingo Kitagawa, Yuto Uchimi

1.7.4 (2019-02-04)

  • .travis.yml: run jsk_pr2eus tests in travis (#599 )

    • test/simple-client-cancel-test.l: add test to find #567 regression
  • Revert "roseus: add :last-status-msg method for simple-action-client" (#578 )

  • Revert "add test for subscribe object dispose" (#525 )

  • Contributors: Kei Okada

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Recent questions tagged roseus at Robotics Stack Exchange

No version for distro galactic showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

roseus package from jsk_roseus repo

jsk_roseus roseus roseus_mongo roseus_smach roseus_tutorials

ROS Distro
lunar

Package Summary

Tags No category tags.
Version 1.7.5
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_roseus.git
VCS Type git
VCS Version master
Last Updated 2025-02-13
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

EusLisp client for ROS Robot Operating System.

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada
README
No README found. See repository README.
CHANGELOG

Changelog for package roseus

1.7.5 (2021-12-13)

  • add noetic test on travis (#700)
  • [eustf.l] fix bug in ros::create-quaternion-from-rpy (#663)
    • ros::create-quaternion-from-rpy returns [x y z w] whcih is bug in euslisp. It should return [w x y z]
    • [roseus/eustf.l] add comment in doc string.
    • [roseus/test-tf.l] add test-rpy->quaternion-msg
  • [roseus/eustf.cpp] convert [mm]->[m] in :set-transform (#649)
  • Fix check-func variable scope in ros::simple-action-server (#670)
  • Check for preemption request on test/fibonacci-server.l (#672)
  • Update advertise-service function documentation (#694)
  • Fixing a couple comment typos in roseus.l (#677)
  • fix typo: recieve -> receive (#687)
  • [roseus] add :groupname in create-timer (#688)
  • Fix unadvertise service (#680)
  • Add :groupname option to ros::advertise-service (#679)
  • [roseus] fix typo in subscribe documentation (#690)
  • [roseus] Remove duplicated dependency in package.xml (#642)
  • Fix typo: geoometry -> geometry (#645)
  • add more info on timeout parameter of wait-for-service (#646)
  • fix comment typo in actionlib.l (#643)
  • [eustf.l] add comment to :wait-for-transform (#648)
  • [eustf.l] fix comment :lookup-transform (#650)
  • add functions to convert shape_msgs/SolidPrimitive <-> euslisp object (#640)
  • fix warning message for load-ros-manifest (#638)
  • add SoundRequest.volume for kinetic (#620)
  • Return t after calling service in (call-empty-service service) (#621)

    * Return t after service call in call-empty-service function
    • Remove unmatched parenthesis
    • Return nil in call-empty-service if service is not ready
    • Add timeout in call-empty-service.
  • add python like AnyMsg support (#631)
  • add list-param and search-param with test code (#629)
  • Add command line option to start roseus with gdb (#630)
    • Don't use suffixes on gdb config to avoid creating multiple files
    • Print backtrace on every error break in gdb
    • Enable command line option --gdb
    • call ros::roseus on the top of the file
  • Allow to load pathnames (#612)
  • Ignore _connection-header in 'print-ros-msg' (#606)
  • Remove unmatched parenthesis (#607)
  • Contributors: Guilherme Affonso, Kei Okada, Naoki Hiraoka, Naoya Yamaguchi, Shingo Kitagawa, Yuto Uchimi

1.7.4 (2019-02-04)

  • .travis.yml: run jsk_pr2eus tests in travis (#599 )

    • test/simple-client-cancel-test.l: add test to find #567 regression
  • Revert "roseus: add :last-status-msg method for simple-action-client" (#578 )

  • Revert "add test for subscribe object dispose" (#525 )

  • Contributors: Kei Okada

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Recent questions tagged roseus at Robotics Stack Exchange

No version for distro foxy showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

roseus package from jsk_roseus repo

jsk_roseus roseus roseus_mongo roseus_smach roseus_tutorials

ROS Distro
lunar

Package Summary

Tags No category tags.
Version 1.7.5
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_roseus.git
VCS Type git
VCS Version master
Last Updated 2025-02-13
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

EusLisp client for ROS Robot Operating System.

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada
README
No README found. See repository README.
CHANGELOG

Changelog for package roseus

1.7.5 (2021-12-13)

  • add noetic test on travis (#700)
  • [eustf.l] fix bug in ros::create-quaternion-from-rpy (#663)
    • ros::create-quaternion-from-rpy returns [x y z w] whcih is bug in euslisp. It should return [w x y z]
    • [roseus/eustf.l] add comment in doc string.
    • [roseus/test-tf.l] add test-rpy->quaternion-msg
  • [roseus/eustf.cpp] convert [mm]->[m] in :set-transform (#649)
  • Fix check-func variable scope in ros::simple-action-server (#670)
  • Check for preemption request on test/fibonacci-server.l (#672)
  • Update advertise-service function documentation (#694)
  • Fixing a couple comment typos in roseus.l (#677)
  • fix typo: recieve -> receive (#687)
  • [roseus] add :groupname in create-timer (#688)
  • Fix unadvertise service (#680)
  • Add :groupname option to ros::advertise-service (#679)
  • [roseus] fix typo in subscribe documentation (#690)
  • [roseus] Remove duplicated dependency in package.xml (#642)
  • Fix typo: geoometry -> geometry (#645)
  • add more info on timeout parameter of wait-for-service (#646)
  • fix comment typo in actionlib.l (#643)
  • [eustf.l] add comment to :wait-for-transform (#648)
  • [eustf.l] fix comment :lookup-transform (#650)
  • add functions to convert shape_msgs/SolidPrimitive <-> euslisp object (#640)
  • fix warning message for load-ros-manifest (#638)
  • add SoundRequest.volume for kinetic (#620)
  • Return t after calling service in (call-empty-service service) (#621)

    * Return t after service call in call-empty-service function
    • Remove unmatched parenthesis
    • Return nil in call-empty-service if service is not ready
    • Add timeout in call-empty-service.
  • add python like AnyMsg support (#631)
  • add list-param and search-param with test code (#629)
  • Add command line option to start roseus with gdb (#630)
    • Don't use suffixes on gdb config to avoid creating multiple files
    • Print backtrace on every error break in gdb
    • Enable command line option --gdb
    • call ros::roseus on the top of the file
  • Allow to load pathnames (#612)
  • Ignore _connection-header in 'print-ros-msg' (#606)
  • Remove unmatched parenthesis (#607)
  • Contributors: Guilherme Affonso, Kei Okada, Naoki Hiraoka, Naoya Yamaguchi, Shingo Kitagawa, Yuto Uchimi

1.7.4 (2019-02-04)

  • .travis.yml: run jsk_pr2eus tests in travis (#599 )

    • test/simple-client-cancel-test.l: add test to find #567 regression
  • Revert "roseus: add :last-status-msg method for simple-action-client" (#578 )

  • Revert "add test for subscribe object dispose" (#525 )

  • Contributors: Kei Okada

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Recent questions tagged roseus at Robotics Stack Exchange

No version for distro iron showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

roseus package from jsk_roseus repo

jsk_roseus roseus roseus_mongo roseus_smach roseus_tutorials

ROS Distro
lunar

Package Summary

Tags No category tags.
Version 1.7.5
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_roseus.git
VCS Type git
VCS Version master
Last Updated 2025-02-13
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

EusLisp client for ROS Robot Operating System.

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada
README
No README found. See repository README.
CHANGELOG

Changelog for package roseus

1.7.5 (2021-12-13)

  • add noetic test on travis (#700)
  • [eustf.l] fix bug in ros::create-quaternion-from-rpy (#663)
    • ros::create-quaternion-from-rpy returns [x y z w] whcih is bug in euslisp. It should return [w x y z]
    • [roseus/eustf.l] add comment in doc string.
    • [roseus/test-tf.l] add test-rpy->quaternion-msg
  • [roseus/eustf.cpp] convert [mm]->[m] in :set-transform (#649)
  • Fix check-func variable scope in ros::simple-action-server (#670)
  • Check for preemption request on test/fibonacci-server.l (#672)
  • Update advertise-service function documentation (#694)
  • Fixing a couple comment typos in roseus.l (#677)
  • fix typo: recieve -> receive (#687)
  • [roseus] add :groupname in create-timer (#688)
  • Fix unadvertise service (#680)
  • Add :groupname option to ros::advertise-service (#679)
  • [roseus] fix typo in subscribe documentation (#690)
  • [roseus] Remove duplicated dependency in package.xml (#642)
  • Fix typo: geoometry -> geometry (#645)
  • add more info on timeout parameter of wait-for-service (#646)
  • fix comment typo in actionlib.l (#643)
  • [eustf.l] add comment to :wait-for-transform (#648)
  • [eustf.l] fix comment :lookup-transform (#650)
  • add functions to convert shape_msgs/SolidPrimitive <-> euslisp object (#640)
  • fix warning message for load-ros-manifest (#638)
  • add SoundRequest.volume for kinetic (#620)
  • Return t after calling service in (call-empty-service service) (#621)

    * Return t after service call in call-empty-service function
    • Remove unmatched parenthesis
    • Return nil in call-empty-service if service is not ready
    • Add timeout in call-empty-service.
  • add python like AnyMsg support (#631)
  • add list-param and search-param with test code (#629)
  • Add command line option to start roseus with gdb (#630)
    • Don't use suffixes on gdb config to avoid creating multiple files
    • Print backtrace on every error break in gdb
    • Enable command line option --gdb
    • call ros::roseus on the top of the file
  • Allow to load pathnames (#612)
  • Ignore _connection-header in 'print-ros-msg' (#606)
  • Remove unmatched parenthesis (#607)
  • Contributors: Guilherme Affonso, Kei Okada, Naoki Hiraoka, Naoya Yamaguchi, Shingo Kitagawa, Yuto Uchimi

1.7.4 (2019-02-04)

  • .travis.yml: run jsk_pr2eus tests in travis (#599 )

    • test/simple-client-cancel-test.l: add test to find #567 regression
  • Revert "roseus: add :last-status-msg method for simple-action-client" (#578 )

  • Revert "add test for subscribe object dispose" (#525 )

  • Contributors: Kei Okada

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Recent questions tagged roseus at Robotics Stack Exchange

Package symbol

roseus package from jsk_roseus repo

jsk_roseus roseus roseus_mongo roseus_smach roseus_tutorials

ROS Distro
lunar

Package Summary

Tags No category tags.
Version 1.7.5
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_roseus.git
VCS Type git
VCS Version master
Last Updated 2025-02-13
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

EusLisp client for ROS Robot Operating System.

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada
README
No README found. See repository README.
CHANGELOG

Changelog for package roseus

1.7.5 (2021-12-13)

  • add noetic test on travis (#700)
  • [eustf.l] fix bug in ros::create-quaternion-from-rpy (#663)
    • ros::create-quaternion-from-rpy returns [x y z w] whcih is bug in euslisp. It should return [w x y z]
    • [roseus/eustf.l] add comment in doc string.
    • [roseus/test-tf.l] add test-rpy->quaternion-msg
  • [roseus/eustf.cpp] convert [mm]->[m] in :set-transform (#649)
  • Fix check-func variable scope in ros::simple-action-server (#670)
  • Check for preemption request on test/fibonacci-server.l (#672)
  • Update advertise-service function documentation (#694)
  • Fixing a couple comment typos in roseus.l (#677)
  • fix typo: recieve -> receive (#687)
  • [roseus] add :groupname in create-timer (#688)
  • Fix unadvertise service (#680)
  • Add :groupname option to ros::advertise-service (#679)
  • [roseus] fix typo in subscribe documentation (#690)
  • [roseus] Remove duplicated dependency in package.xml (#642)
  • Fix typo: geoometry -> geometry (#645)
  • add more info on timeout parameter of wait-for-service (#646)
  • fix comment typo in actionlib.l (#643)
  • [eustf.l] add comment to :wait-for-transform (#648)
  • [eustf.l] fix comment :lookup-transform (#650)
  • add functions to convert shape_msgs/SolidPrimitive <-> euslisp object (#640)
  • fix warning message for load-ros-manifest (#638)
  • add SoundRequest.volume for kinetic (#620)
  • Return t after calling service in (call-empty-service service) (#621)

    * Return t after service call in call-empty-service function
    • Remove unmatched parenthesis
    • Return nil in call-empty-service if service is not ready
    • Add timeout in call-empty-service.
  • add python like AnyMsg support (#631)
  • add list-param and search-param with test code (#629)
  • Add command line option to start roseus with gdb (#630)
    • Don't use suffixes on gdb config to avoid creating multiple files
    • Print backtrace on every error break in gdb
    • Enable command line option --gdb
    • call ros::roseus on the top of the file
  • Allow to load pathnames (#612)
  • Ignore _connection-header in 'print-ros-msg' (#606)
  • Remove unmatched parenthesis (#607)
  • Contributors: Guilherme Affonso, Kei Okada, Naoki Hiraoka, Naoya Yamaguchi, Shingo Kitagawa, Yuto Uchimi

1.7.4 (2019-02-04)

  • .travis.yml: run jsk_pr2eus tests in travis (#599 )

    • test/simple-client-cancel-test.l: add test to find #567 regression
  • Revert "roseus: add :last-status-msg method for simple-action-client" (#578 )

  • Revert "add test for subscribe object dispose" (#525 )

  • Contributors: Kei Okada

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Recent questions tagged roseus at Robotics Stack Exchange

Package symbol

roseus package from jsk_roseus repo

jsk_roseus roseus roseus_mongo roseus_smach roseus_tutorials

ROS Distro
jade

Package Summary

Tags No category tags.
Version 1.7.5
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_roseus.git
VCS Type git
VCS Version master
Last Updated 2025-02-13
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

EusLisp client for ROS Robot Operating System.

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada
README
No README found. See repository README.
CHANGELOG

Changelog for package roseus

1.7.5 (2021-12-13)

  • add noetic test on travis (#700)
  • [eustf.l] fix bug in ros::create-quaternion-from-rpy (#663)
    • ros::create-quaternion-from-rpy returns [x y z w] whcih is bug in euslisp. It should return [w x y z]
    • [roseus/eustf.l] add comment in doc string.
    • [roseus/test-tf.l] add test-rpy->quaternion-msg
  • [roseus/eustf.cpp] convert [mm]->[m] in :set-transform (#649)
  • Fix check-func variable scope in ros::simple-action-server (#670)
  • Check for preemption request on test/fibonacci-server.l (#672)
  • Update advertise-service function documentation (#694)
  • Fixing a couple comment typos in roseus.l (#677)
  • fix typo: recieve -> receive (#687)
  • [roseus] add :groupname in create-timer (#688)
  • Fix unadvertise service (#680)
  • Add :groupname option to ros::advertise-service (#679)
  • [roseus] fix typo in subscribe documentation (#690)
  • [roseus] Remove duplicated dependency in package.xml (#642)
  • Fix typo: geoometry -> geometry (#645)
  • add more info on timeout parameter of wait-for-service (#646)
  • fix comment typo in actionlib.l (#643)
  • [eustf.l] add comment to :wait-for-transform (#648)
  • [eustf.l] fix comment :lookup-transform (#650)
  • add functions to convert shape_msgs/SolidPrimitive <-> euslisp object (#640)
  • fix warning message for load-ros-manifest (#638)
  • add SoundRequest.volume for kinetic (#620)
  • Return t after calling service in (call-empty-service service) (#621)

    * Return t after service call in call-empty-service function
    • Remove unmatched parenthesis
    • Return nil in call-empty-service if service is not ready
    • Add timeout in call-empty-service.
  • add python like AnyMsg support (#631)
  • add list-param and search-param with test code (#629)
  • Add command line option to start roseus with gdb (#630)
    • Don't use suffixes on gdb config to avoid creating multiple files
    • Print backtrace on every error break in gdb
    • Enable command line option --gdb
    • call ros::roseus on the top of the file
  • Allow to load pathnames (#612)
  • Ignore _connection-header in 'print-ros-msg' (#606)
  • Remove unmatched parenthesis (#607)
  • Contributors: Guilherme Affonso, Kei Okada, Naoki Hiraoka, Naoya Yamaguchi, Shingo Kitagawa, Yuto Uchimi

1.7.4 (2019-02-04)

  • .travis.yml: run jsk_pr2eus tests in travis (#599 )

    • test/simple-client-cancel-test.l: add test to find #567 regression
  • Revert "roseus: add :last-status-msg method for simple-action-client" (#578 )

  • Revert "add test for subscribe object dispose" (#525 )

  • Contributors: Kei Okada

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Recent questions tagged roseus at Robotics Stack Exchange

Package symbol

roseus package from jsk_roseus repo

jsk_roseus roseus roseus_mongo roseus_smach roseus_tutorials

ROS Distro
indigo

Package Summary

Tags No category tags.
Version 1.7.5
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_roseus.git
VCS Type git
VCS Version master
Last Updated 2025-02-13
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

EusLisp client for ROS Robot Operating System.

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada
README
No README found. See repository README.
CHANGELOG

Changelog for package roseus

1.7.5 (2021-12-13)

  • add noetic test on travis (#700)
  • [eustf.l] fix bug in ros::create-quaternion-from-rpy (#663)
    • ros::create-quaternion-from-rpy returns [x y z w] whcih is bug in euslisp. It should return [w x y z]
    • [roseus/eustf.l] add comment in doc string.
    • [roseus/test-tf.l] add test-rpy->quaternion-msg
  • [roseus/eustf.cpp] convert [mm]->[m] in :set-transform (#649)
  • Fix check-func variable scope in ros::simple-action-server (#670)
  • Check for preemption request on test/fibonacci-server.l (#672)
  • Update advertise-service function documentation (#694)
  • Fixing a couple comment typos in roseus.l (#677)
  • fix typo: recieve -> receive (#687)
  • [roseus] add :groupname in create-timer (#688)
  • Fix unadvertise service (#680)
  • Add :groupname option to ros::advertise-service (#679)
  • [roseus] fix typo in subscribe documentation (#690)
  • [roseus] Remove duplicated dependency in package.xml (#642)
  • Fix typo: geoometry -> geometry (#645)
  • add more info on timeout parameter of wait-for-service (#646)
  • fix comment typo in actionlib.l (#643)
  • [eustf.l] add comment to :wait-for-transform (#648)
  • [eustf.l] fix comment :lookup-transform (#650)
  • add functions to convert shape_msgs/SolidPrimitive <-> euslisp object (#640)
  • fix warning message for load-ros-manifest (#638)
  • add SoundRequest.volume for kinetic (#620)
  • Return t after calling service in (call-empty-service service) (#621)

    * Return t after service call in call-empty-service function
    • Remove unmatched parenthesis
    • Return nil in call-empty-service if service is not ready
    • Add timeout in call-empty-service.
  • add python like AnyMsg support (#631)
  • add list-param and search-param with test code (#629)
  • Add command line option to start roseus with gdb (#630)
    • Don't use suffixes on gdb config to avoid creating multiple files
    • Print backtrace on every error break in gdb
    • Enable command line option --gdb
    • call ros::roseus on the top of the file
  • Allow to load pathnames (#612)
  • Ignore _connection-header in 'print-ros-msg' (#606)
  • Remove unmatched parenthesis (#607)
  • Contributors: Guilherme Affonso, Kei Okada, Naoki Hiraoka, Naoya Yamaguchi, Shingo Kitagawa, Yuto Uchimi

1.7.4 (2019-02-04)

  • .travis.yml: run jsk_pr2eus tests in travis (#599 )

    • test/simple-client-cancel-test.l: add test to find #567 regression
  • Revert "roseus: add :last-status-msg method for simple-action-client" (#578 )

  • Revert "add test for subscribe object dispose" (#525 )

  • Contributors: Kei Okada

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Recent questions tagged roseus at Robotics Stack Exchange

Package symbol

roseus package from jsk_roseus repo

jsk_roseus roseus roseus_mongo roseus_smach roseus_tutorials

ROS Distro
hydro

Package Summary

Tags No category tags.
Version 1.7.5
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_roseus.git
VCS Type git
VCS Version master
Last Updated 2025-02-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

EusLisp client for ROS Robot Operating System.

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada
README
No README found. See repository README.
CHANGELOG

Changelog for package roseus

1.7.5 (2021-12-13)

  • add noetic test on travis (#700)
  • [eustf.l] fix bug in ros::create-quaternion-from-rpy (#663)
    • ros::create-quaternion-from-rpy returns [x y z w] whcih is bug in euslisp. It should return [w x y z]
    • [roseus/eustf.l] add comment in doc string.
    • [roseus/test-tf.l] add test-rpy->quaternion-msg
  • [roseus/eustf.cpp] convert [mm]->[m] in :set-transform (#649)
  • Fix check-func variable scope in ros::simple-action-server (#670)
  • Check for preemption request on test/fibonacci-server.l (#672)
  • Update advertise-service function documentation (#694)
  • Fixing a couple comment typos in roseus.l (#677)
  • fix typo: recieve -> receive (#687)
  • [roseus] add :groupname in create-timer (#688)
  • Fix unadvertise service (#680)
  • Add :groupname option to ros::advertise-service (#679)
  • [roseus] fix typo in subscribe documentation (#690)
  • [roseus] Remove duplicated dependency in package.xml (#642)
  • Fix typo: geoometry -> geometry (#645)
  • add more info on timeout parameter of wait-for-service (#646)
  • fix comment typo in actionlib.l (#643)
  • [eustf.l] add comment to :wait-for-transform (#648)
  • [eustf.l] fix comment :lookup-transform (#650)
  • add functions to convert shape_msgs/SolidPrimitive <-> euslisp object (#640)
  • fix warning message for load-ros-manifest (#638)
  • add SoundRequest.volume for kinetic (#620)
  • Return t after calling service in (call-empty-service service) (#621)

    * Return t after service call in call-empty-service function
    • Remove unmatched parenthesis
    • Return nil in call-empty-service if service is not ready
    • Add timeout in call-empty-service.
  • add python like AnyMsg support (#631)
  • add list-param and search-param with test code (#629)
  • Add command line option to start roseus with gdb (#630)
    • Don't use suffixes on gdb config to avoid creating multiple files
    • Print backtrace on every error break in gdb
    • Enable command line option --gdb
    • call ros::roseus on the top of the file
  • Allow to load pathnames (#612)
  • Ignore _connection-header in 'print-ros-msg' (#606)
  • Remove unmatched parenthesis (#607)
  • Contributors: Guilherme Affonso, Kei Okada, Naoki Hiraoka, Naoya Yamaguchi, Shingo Kitagawa, Yuto Uchimi

1.7.4 (2019-02-04)

  • .travis.yml: run jsk_pr2eus tests in travis (#599 )

    • test/simple-client-cancel-test.l: add test to find #567 regression
  • Revert "roseus: add :last-status-msg method for simple-action-client" (#578 )

  • Revert "add test for subscribe object dispose" (#525 )

  • Contributors: Kei Okada

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Recent questions tagged roseus at Robotics Stack Exchange

Package symbol

roseus package from jsk_roseus repo

jsk_roseus roseus roseus_mongo roseus_smach roseus_tutorials

ROS Distro
kinetic

Package Summary

Tags No category tags.
Version 1.7.5
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_roseus.git
VCS Type git
VCS Version master
Last Updated 2025-02-13
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

EusLisp client for ROS Robot Operating System.

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada
README
No README found. See repository README.
CHANGELOG

Changelog for package roseus

1.7.5 (2021-12-13)

  • add noetic test on travis (#700)
  • [eustf.l] fix bug in ros::create-quaternion-from-rpy (#663)
    • ros::create-quaternion-from-rpy returns [x y z w] whcih is bug in euslisp. It should return [w x y z]
    • [roseus/eustf.l] add comment in doc string.
    • [roseus/test-tf.l] add test-rpy->quaternion-msg
  • [roseus/eustf.cpp] convert [mm]->[m] in :set-transform (#649)
  • Fix check-func variable scope in ros::simple-action-server (#670)
  • Check for preemption request on test/fibonacci-server.l (#672)
  • Update advertise-service function documentation (#694)
  • Fixing a couple comment typos in roseus.l (#677)
  • fix typo: recieve -> receive (#687)
  • [roseus] add :groupname in create-timer (#688)
  • Fix unadvertise service (#680)
  • Add :groupname option to ros::advertise-service (#679)
  • [roseus] fix typo in subscribe documentation (#690)
  • [roseus] Remove duplicated dependency in package.xml (#642)
  • Fix typo: geoometry -> geometry (#645)
  • add more info on timeout parameter of wait-for-service (#646)
  • fix comment typo in actionlib.l (#643)
  • [eustf.l] add comment to :wait-for-transform (#648)
  • [eustf.l] fix comment :lookup-transform (#650)
  • add functions to convert shape_msgs/SolidPrimitive <-> euslisp object (#640)
  • fix warning message for load-ros-manifest (#638)
  • add SoundRequest.volume for kinetic (#620)
  • Return t after calling service in (call-empty-service service) (#621)

    * Return t after service call in call-empty-service function
    • Remove unmatched parenthesis
    • Return nil in call-empty-service if service is not ready
    • Add timeout in call-empty-service.
  • add python like AnyMsg support (#631)
  • add list-param and search-param with test code (#629)
  • Add command line option to start roseus with gdb (#630)
    • Don't use suffixes on gdb config to avoid creating multiple files
    • Print backtrace on every error break in gdb
    • Enable command line option --gdb
    • call ros::roseus on the top of the file
  • Allow to load pathnames (#612)
  • Ignore _connection-header in 'print-ros-msg' (#606)
  • Remove unmatched parenthesis (#607)
  • Contributors: Guilherme Affonso, Kei Okada, Naoki Hiraoka, Naoya Yamaguchi, Shingo Kitagawa, Yuto Uchimi

1.7.4 (2019-02-04)

  • .travis.yml: run jsk_pr2eus tests in travis (#599 )

    • test/simple-client-cancel-test.l: add test to find #567 regression
  • Revert "roseus: add :last-status-msg method for simple-action-client" (#578 )

  • Revert "add test for subscribe object dispose" (#525 )

  • Contributors: Kei Okada

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Recent questions tagged roseus at Robotics Stack Exchange

Package symbol

roseus package from jsk_roseus repo

jsk_roseus roseus roseus_mongo roseus_smach roseus_tutorials

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 1.7.5
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_roseus.git
VCS Type git
VCS Version master
Last Updated 2025-02-13
Dev Status DEVELOPED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

EusLisp client for ROS Robot Operating System.

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada
README
No README found. See repository README.
CHANGELOG

Changelog for package roseus

1.7.5 (2021-12-13)

  • add noetic test on travis (#700)
  • [eustf.l] fix bug in ros::create-quaternion-from-rpy (#663)
    • ros::create-quaternion-from-rpy returns [x y z w] whcih is bug in euslisp. It should return [w x y z]
    • [roseus/eustf.l] add comment in doc string.
    • [roseus/test-tf.l] add test-rpy->quaternion-msg
  • [roseus/eustf.cpp] convert [mm]->[m] in :set-transform (#649)
  • Fix check-func variable scope in ros::simple-action-server (#670)
  • Check for preemption request on test/fibonacci-server.l (#672)
  • Update advertise-service function documentation (#694)
  • Fixing a couple comment typos in roseus.l (#677)
  • fix typo: recieve -> receive (#687)
  • [roseus] add :groupname in create-timer (#688)
  • Fix unadvertise service (#680)
  • Add :groupname option to ros::advertise-service (#679)
  • [roseus] fix typo in subscribe documentation (#690)
  • [roseus] Remove duplicated dependency in package.xml (#642)
  • Fix typo: geoometry -> geometry (#645)
  • add more info on timeout parameter of wait-for-service (#646)
  • fix comment typo in actionlib.l (#643)
  • [eustf.l] add comment to :wait-for-transform (#648)
  • [eustf.l] fix comment :lookup-transform (#650)
  • add functions to convert shape_msgs/SolidPrimitive <-> euslisp object (#640)
  • fix warning message for load-ros-manifest (#638)
  • add SoundRequest.volume for kinetic (#620)
  • Return t after calling service in (call-empty-service service) (#621)

    * Return t after service call in call-empty-service function
    • Remove unmatched parenthesis
    • Return nil in call-empty-service if service is not ready
    • Add timeout in call-empty-service.
  • add python like AnyMsg support (#631)
  • add list-param and search-param with test code (#629)
  • Add command line option to start roseus with gdb (#630)
    • Don't use suffixes on gdb config to avoid creating multiple files
    • Print backtrace on every error break in gdb
    • Enable command line option --gdb
    • call ros::roseus on the top of the file
  • Allow to load pathnames (#612)
  • Ignore _connection-header in 'print-ros-msg' (#606)
  • Remove unmatched parenthesis (#607)
  • Contributors: Guilherme Affonso, Kei Okada, Naoki Hiraoka, Naoya Yamaguchi, Shingo Kitagawa, Yuto Uchimi

1.7.4 (2019-02-04)

  • .travis.yml: run jsk_pr2eus tests in travis (#599 )

    • test/simple-client-cancel-test.l: add test to find #567 regression
  • Revert "roseus: add :last-status-msg method for simple-action-client" (#578 )

  • Revert "add test for subscribe object dispose" (#525 )

  • Contributors: Kei Okada

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Recent questions tagged roseus at Robotics Stack Exchange

Package symbol

roseus package from jsk_roseus repo

jsk_roseus roseus roseus_mongo roseus_smach roseus_tutorials

ROS Distro
noetic

Package Summary

Tags No category tags.
Version 1.7.5
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_roseus.git
VCS Type git
VCS Version master
Last Updated 2025-02-13
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

EusLisp client for ROS Robot Operating System.

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada
README
No README found. See repository README.
CHANGELOG

Changelog for package roseus

1.7.5 (2021-12-13)

  • add noetic test on travis (#700)
  • [eustf.l] fix bug in ros::create-quaternion-from-rpy (#663)
    • ros::create-quaternion-from-rpy returns [x y z w] whcih is bug in euslisp. It should return [w x y z]
    • [roseus/eustf.l] add comment in doc string.
    • [roseus/test-tf.l] add test-rpy->quaternion-msg
  • [roseus/eustf.cpp] convert [mm]->[m] in :set-transform (#649)
  • Fix check-func variable scope in ros::simple-action-server (#670)
  • Check for preemption request on test/fibonacci-server.l (#672)
  • Update advertise-service function documentation (#694)
  • Fixing a couple comment typos in roseus.l (#677)
  • fix typo: recieve -> receive (#687)
  • [roseus] add :groupname in create-timer (#688)
  • Fix unadvertise service (#680)
  • Add :groupname option to ros::advertise-service (#679)
  • [roseus] fix typo in subscribe documentation (#690)
  • [roseus] Remove duplicated dependency in package.xml (#642)
  • Fix typo: geoometry -> geometry (#645)
  • add more info on timeout parameter of wait-for-service (#646)
  • fix comment typo in actionlib.l (#643)
  • [eustf.l] add comment to :wait-for-transform (#648)
  • [eustf.l] fix comment :lookup-transform (#650)
  • add functions to convert shape_msgs/SolidPrimitive <-> euslisp object (#640)
  • fix warning message for load-ros-manifest (#638)
  • add SoundRequest.volume for kinetic (#620)
  • Return t after calling service in (call-empty-service service) (#621)

    * Return t after service call in call-empty-service function
    • Remove unmatched parenthesis
    • Return nil in call-empty-service if service is not ready
    • Add timeout in call-empty-service.
  • add python like AnyMsg support (#631)
  • add list-param and search-param with test code (#629)
  • Add command line option to start roseus with gdb (#630)
    • Don't use suffixes on gdb config to avoid creating multiple files
    • Print backtrace on every error break in gdb
    • Enable command line option --gdb
    • call ros::roseus on the top of the file
  • Allow to load pathnames (#612)
  • Ignore _connection-header in 'print-ros-msg' (#606)
  • Remove unmatched parenthesis (#607)
  • Contributors: Guilherme Affonso, Kei Okada, Naoki Hiraoka, Naoya Yamaguchi, Shingo Kitagawa, Yuto Uchimi

1.7.4 (2019-02-04)

  • .travis.yml: run jsk_pr2eus tests in travis (#599 )

    • test/simple-client-cancel-test.l: add test to find #567 regression
  • Revert "roseus: add :last-status-msg method for simple-action-client" (#578 )

  • Revert "add test for subscribe object dispose" (#525 )

  • Contributors: Kei Okada

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Recent questions tagged roseus at Robotics Stack Exchange