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

Package Summary

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

Repository Summary

Description This ROS workspace is created on Raspbian OS. Here I have installed ROS Kinetic from source using cross-compilation and worked on projects like Surveilling Robot.
Checkout URI https://github.com/iamrajee/roskinetic_catkin_ws.git
VCS Type git
VCS Version master
Last Updated 2022-03-04
Dev Status UNKNOWN
Released UNRELEASED
Tags cmake ros raspbian catkin raspberry-pi-3 realsense ros-kinetic gmapping-slam realsense-camera
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Lisp client library for ROS, the Robot Operating System.

Additional Links

Maintainers

  • Georg Bartels
  • Lorenz Moesenlechner

Authors

  • Bhaskara Marthi
  • Brian Gerkey
  • Lorenz Moesenlechner
  • Thibault Kruse

roslisp

Common Lisp library for interaction with ROS (Robot operating system).

See http://www.ros.org/wiki/roslisp

Tested using SBCL.

CHANGELOG

Changelog for package roslisp

1.9.21 (2017-06-20)

  • Merge pull request #33 from gaya-/master Got rid of /bin/bash, using /usr/bin/env bash instead.
  • Merge pull request #34 from gaya-/check-node-name Added a check on node name when creating a node
  • Merge pull request #36 from gaya-/arguments-in-make-request Added support for nested message fields in MAKE-REQUEST Fully backwards compatible, no API breakage.
  • Merge pull request #35 from gaya-/symbols-for-make-msg Support for symbols in msg-type of make-message. Fully backwards compatible, no API breakage.
  • Merge pull request #39 from Bradford-Miller/fix-loop-at-most Fix bug in LOOP-AT-MOST-EVERY: if the BODY takes too long the timer doesn't reset which results in BODY being called more frequently than at-most-every D.
  • this time for sure
  • fix issue #38
  • Merge pull request #37 from mikepurvis/patch-1 Fix changelog underline.
  • Fix changelog underline.
  • added support for nested message fields in MAKE-REQUEST: previously nested field specification was only supported when making a request using a string as message type. Now the same is also supported when specifying service type with a symbol.
  • MAKE-MESSAGE now accepts MSG-TYPE not only of type STRING but also SYMBOL
  • added a check on node name when creating a node
  • minor fix for a (probably not working anyway) script
  • Contributors: Gayane Kazhoyan, Georg Bartels, Mike Purvis, Bradford W. Miller (GE Global Research)

1.9.20 (2016-04-14)

  • Merge pull request #28 from gaya-/master In ADD_LISP_EXECUTABLE added a check for slashes in first argument
  • in cmake script minor nicification
  • [cmake] in ADD_LISP_EXECUTABLE added a check for slashes in first argument
  • Contributors: Gayane Kazhoyan, Georg Bartels

1.9.19 (2015-08-14)

  • Merge pull request #25 from airballking/symbol-codes roslisp-msg-protocol: looking up symbols from constants
  • Followed Gaya's suggestion of throwing an error if no symbol-code with the requested code can be found in (code-symbol ...).
  • Merge pull request #26 from gaya-/deprecated-quit Replaced deprecated SB-EXT:QUIT with SB-EXT:EXIT
  • Merge pull request #19 from gaya-/master Fixed the outdated executables generation pipeline
  • Replaced deprecated SB-EXT:QUIT with SB-EXT:EXIT
  • Contributors: Dirk Thomas, Gayane Kazhoyan, Georg Bartels

1.9.17 (2014-10-02)

  • Merge pull request #20 from daewok/use_sim_time use_sim_time parameter should be absolute.
  • Merge pull request #18 from airballking/fix-issue17 fix for ASDF3 compatibility
  • Merge pull request #16 from jannikb/master Fixed Issue ros/roslisp#12
  • Merge pull request #15 from jannikb/master Start fixing issue ros/roslisp#12
  • Contributors: Eric Timmons, Georg Bartels, Jannik Buckelo, Lorenz Mösenlechner

1.9.16 (2014-04-22)

  • Added Georg Bartels as maintainer in package.xml.
  • Bug-fix: Export SERVICE-CALL-ERROR symbol.
  • Bug-fix: Don't throw END-OF-FILE condition in TCPROS-DO-SERVICE-REQUEST.
  • Bug-fix: Corrected typo 'close-persistent-service'.
  • Contributors: Gayane Kazhoyan, Georg Bartels

1.9.15 (2013-12-03)

  • Bug-fix: Make sure 'asdf-paths-to-add' does not contain any 'nil' pathnames.
  • Contributors: Georg Bartels

1.9.14 (2013-11-21)

  • Merge pull request (#10) from ros/relocatable resolve roslisp path in installspace at runtime (#490)
  • resolve roslisp path in installspace at runtime (#490)
  • Contributors: Dirk Thomas, Georg Bartels, Lorenz Moesenlechner

File truncated at 100 lines see the full file

Package Dependencies

System Dependencies

Name
sbcl

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged roslisp at Robotics Stack Exchange

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

Package Summary

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

Repository Summary

Description This ROS workspace is created on Raspbian OS. Here I have installed ROS Kinetic from source using cross-compilation and worked on projects like Surveilling Robot.
Checkout URI https://github.com/iamrajee/roskinetic_catkin_ws.git
VCS Type git
VCS Version master
Last Updated 2022-03-04
Dev Status UNKNOWN
Released UNRELEASED
Tags cmake ros raspbian catkin raspberry-pi-3 realsense ros-kinetic gmapping-slam realsense-camera
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Lisp client library for ROS, the Robot Operating System.

Additional Links

Maintainers

  • Georg Bartels
  • Lorenz Moesenlechner

Authors

  • Bhaskara Marthi
  • Brian Gerkey
  • Lorenz Moesenlechner
  • Thibault Kruse

roslisp

Common Lisp library for interaction with ROS (Robot operating system).

See http://www.ros.org/wiki/roslisp

Tested using SBCL.

CHANGELOG

Changelog for package roslisp

1.9.21 (2017-06-20)

  • Merge pull request #33 from gaya-/master Got rid of /bin/bash, using /usr/bin/env bash instead.
  • Merge pull request #34 from gaya-/check-node-name Added a check on node name when creating a node
  • Merge pull request #36 from gaya-/arguments-in-make-request Added support for nested message fields in MAKE-REQUEST Fully backwards compatible, no API breakage.
  • Merge pull request #35 from gaya-/symbols-for-make-msg Support for symbols in msg-type of make-message. Fully backwards compatible, no API breakage.
  • Merge pull request #39 from Bradford-Miller/fix-loop-at-most Fix bug in LOOP-AT-MOST-EVERY: if the BODY takes too long the timer doesn't reset which results in BODY being called more frequently than at-most-every D.
  • this time for sure
  • fix issue #38
  • Merge pull request #37 from mikepurvis/patch-1 Fix changelog underline.
  • Fix changelog underline.
  • added support for nested message fields in MAKE-REQUEST: previously nested field specification was only supported when making a request using a string as message type. Now the same is also supported when specifying service type with a symbol.
  • MAKE-MESSAGE now accepts MSG-TYPE not only of type STRING but also SYMBOL
  • added a check on node name when creating a node
  • minor fix for a (probably not working anyway) script
  • Contributors: Gayane Kazhoyan, Georg Bartels, Mike Purvis, Bradford W. Miller (GE Global Research)

1.9.20 (2016-04-14)

  • Merge pull request #28 from gaya-/master In ADD_LISP_EXECUTABLE added a check for slashes in first argument
  • in cmake script minor nicification
  • [cmake] in ADD_LISP_EXECUTABLE added a check for slashes in first argument
  • Contributors: Gayane Kazhoyan, Georg Bartels

1.9.19 (2015-08-14)

  • Merge pull request #25 from airballking/symbol-codes roslisp-msg-protocol: looking up symbols from constants
  • Followed Gaya's suggestion of throwing an error if no symbol-code with the requested code can be found in (code-symbol ...).
  • Merge pull request #26 from gaya-/deprecated-quit Replaced deprecated SB-EXT:QUIT with SB-EXT:EXIT
  • Merge pull request #19 from gaya-/master Fixed the outdated executables generation pipeline
  • Replaced deprecated SB-EXT:QUIT with SB-EXT:EXIT
  • Contributors: Dirk Thomas, Gayane Kazhoyan, Georg Bartels

1.9.17 (2014-10-02)

  • Merge pull request #20 from daewok/use_sim_time use_sim_time parameter should be absolute.
  • Merge pull request #18 from airballking/fix-issue17 fix for ASDF3 compatibility
  • Merge pull request #16 from jannikb/master Fixed Issue ros/roslisp#12
  • Merge pull request #15 from jannikb/master Start fixing issue ros/roslisp#12
  • Contributors: Eric Timmons, Georg Bartels, Jannik Buckelo, Lorenz Mösenlechner

1.9.16 (2014-04-22)

  • Added Georg Bartels as maintainer in package.xml.
  • Bug-fix: Export SERVICE-CALL-ERROR symbol.
  • Bug-fix: Don't throw END-OF-FILE condition in TCPROS-DO-SERVICE-REQUEST.
  • Bug-fix: Corrected typo 'close-persistent-service'.
  • Contributors: Gayane Kazhoyan, Georg Bartels

1.9.15 (2013-12-03)

  • Bug-fix: Make sure 'asdf-paths-to-add' does not contain any 'nil' pathnames.
  • Contributors: Georg Bartels

1.9.14 (2013-11-21)

  • Merge pull request (#10) from ros/relocatable resolve roslisp path in installspace at runtime (#490)
  • resolve roslisp path in installspace at runtime (#490)
  • Contributors: Dirk Thomas, Georg Bartels, Lorenz Moesenlechner

File truncated at 100 lines see the full file

Package Dependencies

System Dependencies

Name
sbcl

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged roslisp at Robotics Stack Exchange

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

Package Summary

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

Repository Summary

Description This ROS workspace is created on Raspbian OS. Here I have installed ROS Kinetic from source using cross-compilation and worked on projects like Surveilling Robot.
Checkout URI https://github.com/iamrajee/roskinetic_catkin_ws.git
VCS Type git
VCS Version master
Last Updated 2022-03-04
Dev Status UNKNOWN
Released UNRELEASED
Tags cmake ros raspbian catkin raspberry-pi-3 realsense ros-kinetic gmapping-slam realsense-camera
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Lisp client library for ROS, the Robot Operating System.

Additional Links

Maintainers

  • Georg Bartels
  • Lorenz Moesenlechner

Authors

  • Bhaskara Marthi
  • Brian Gerkey
  • Lorenz Moesenlechner
  • Thibault Kruse

roslisp

Common Lisp library for interaction with ROS (Robot operating system).

See http://www.ros.org/wiki/roslisp

Tested using SBCL.

CHANGELOG

Changelog for package roslisp

1.9.21 (2017-06-20)

  • Merge pull request #33 from gaya-/master Got rid of /bin/bash, using /usr/bin/env bash instead.
  • Merge pull request #34 from gaya-/check-node-name Added a check on node name when creating a node
  • Merge pull request #36 from gaya-/arguments-in-make-request Added support for nested message fields in MAKE-REQUEST Fully backwards compatible, no API breakage.
  • Merge pull request #35 from gaya-/symbols-for-make-msg Support for symbols in msg-type of make-message. Fully backwards compatible, no API breakage.
  • Merge pull request #39 from Bradford-Miller/fix-loop-at-most Fix bug in LOOP-AT-MOST-EVERY: if the BODY takes too long the timer doesn't reset which results in BODY being called more frequently than at-most-every D.
  • this time for sure
  • fix issue #38
  • Merge pull request #37 from mikepurvis/patch-1 Fix changelog underline.
  • Fix changelog underline.
  • added support for nested message fields in MAKE-REQUEST: previously nested field specification was only supported when making a request using a string as message type. Now the same is also supported when specifying service type with a symbol.
  • MAKE-MESSAGE now accepts MSG-TYPE not only of type STRING but also SYMBOL
  • added a check on node name when creating a node
  • minor fix for a (probably not working anyway) script
  • Contributors: Gayane Kazhoyan, Georg Bartels, Mike Purvis, Bradford W. Miller (GE Global Research)

1.9.20 (2016-04-14)

  • Merge pull request #28 from gaya-/master In ADD_LISP_EXECUTABLE added a check for slashes in first argument
  • in cmake script minor nicification
  • [cmake] in ADD_LISP_EXECUTABLE added a check for slashes in first argument
  • Contributors: Gayane Kazhoyan, Georg Bartels

1.9.19 (2015-08-14)

  • Merge pull request #25 from airballking/symbol-codes roslisp-msg-protocol: looking up symbols from constants
  • Followed Gaya's suggestion of throwing an error if no symbol-code with the requested code can be found in (code-symbol ...).
  • Merge pull request #26 from gaya-/deprecated-quit Replaced deprecated SB-EXT:QUIT with SB-EXT:EXIT
  • Merge pull request #19 from gaya-/master Fixed the outdated executables generation pipeline
  • Replaced deprecated SB-EXT:QUIT with SB-EXT:EXIT
  • Contributors: Dirk Thomas, Gayane Kazhoyan, Georg Bartels

1.9.17 (2014-10-02)

  • Merge pull request #20 from daewok/use_sim_time use_sim_time parameter should be absolute.
  • Merge pull request #18 from airballking/fix-issue17 fix for ASDF3 compatibility
  • Merge pull request #16 from jannikb/master Fixed Issue ros/roslisp#12
  • Merge pull request #15 from jannikb/master Start fixing issue ros/roslisp#12
  • Contributors: Eric Timmons, Georg Bartels, Jannik Buckelo, Lorenz Mösenlechner

1.9.16 (2014-04-22)

  • Added Georg Bartels as maintainer in package.xml.
  • Bug-fix: Export SERVICE-CALL-ERROR symbol.
  • Bug-fix: Don't throw END-OF-FILE condition in TCPROS-DO-SERVICE-REQUEST.
  • Bug-fix: Corrected typo 'close-persistent-service'.
  • Contributors: Gayane Kazhoyan, Georg Bartels

1.9.15 (2013-12-03)

  • Bug-fix: Make sure 'asdf-paths-to-add' does not contain any 'nil' pathnames.
  • Contributors: Georg Bartels

1.9.14 (2013-11-21)

  • Merge pull request (#10) from ros/relocatable resolve roslisp path in installspace at runtime (#490)
  • resolve roslisp path in installspace at runtime (#490)
  • Contributors: Dirk Thomas, Georg Bartels, Lorenz Moesenlechner

File truncated at 100 lines see the full file

Package Dependencies

System Dependencies

Name
sbcl

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged roslisp at Robotics Stack Exchange

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

Package Summary

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

Repository Summary

Description This ROS workspace is created on Raspbian OS. Here I have installed ROS Kinetic from source using cross-compilation and worked on projects like Surveilling Robot.
Checkout URI https://github.com/iamrajee/roskinetic_catkin_ws.git
VCS Type git
VCS Version master
Last Updated 2022-03-04
Dev Status UNKNOWN
Released UNRELEASED
Tags cmake ros raspbian catkin raspberry-pi-3 realsense ros-kinetic gmapping-slam realsense-camera
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Lisp client library for ROS, the Robot Operating System.

Additional Links

Maintainers

  • Georg Bartels
  • Lorenz Moesenlechner

Authors

  • Bhaskara Marthi
  • Brian Gerkey
  • Lorenz Moesenlechner
  • Thibault Kruse

roslisp

Common Lisp library for interaction with ROS (Robot operating system).

See http://www.ros.org/wiki/roslisp

Tested using SBCL.

CHANGELOG

Changelog for package roslisp

1.9.21 (2017-06-20)

  • Merge pull request #33 from gaya-/master Got rid of /bin/bash, using /usr/bin/env bash instead.
  • Merge pull request #34 from gaya-/check-node-name Added a check on node name when creating a node
  • Merge pull request #36 from gaya-/arguments-in-make-request Added support for nested message fields in MAKE-REQUEST Fully backwards compatible, no API breakage.
  • Merge pull request #35 from gaya-/symbols-for-make-msg Support for symbols in msg-type of make-message. Fully backwards compatible, no API breakage.
  • Merge pull request #39 from Bradford-Miller/fix-loop-at-most Fix bug in LOOP-AT-MOST-EVERY: if the BODY takes too long the timer doesn't reset which results in BODY being called more frequently than at-most-every D.
  • this time for sure
  • fix issue #38
  • Merge pull request #37 from mikepurvis/patch-1 Fix changelog underline.
  • Fix changelog underline.
  • added support for nested message fields in MAKE-REQUEST: previously nested field specification was only supported when making a request using a string as message type. Now the same is also supported when specifying service type with a symbol.
  • MAKE-MESSAGE now accepts MSG-TYPE not only of type STRING but also SYMBOL
  • added a check on node name when creating a node
  • minor fix for a (probably not working anyway) script
  • Contributors: Gayane Kazhoyan, Georg Bartels, Mike Purvis, Bradford W. Miller (GE Global Research)

1.9.20 (2016-04-14)

  • Merge pull request #28 from gaya-/master In ADD_LISP_EXECUTABLE added a check for slashes in first argument
  • in cmake script minor nicification
  • [cmake] in ADD_LISP_EXECUTABLE added a check for slashes in first argument
  • Contributors: Gayane Kazhoyan, Georg Bartels

1.9.19 (2015-08-14)

  • Merge pull request #25 from airballking/symbol-codes roslisp-msg-protocol: looking up symbols from constants
  • Followed Gaya's suggestion of throwing an error if no symbol-code with the requested code can be found in (code-symbol ...).
  • Merge pull request #26 from gaya-/deprecated-quit Replaced deprecated SB-EXT:QUIT with SB-EXT:EXIT
  • Merge pull request #19 from gaya-/master Fixed the outdated executables generation pipeline
  • Replaced deprecated SB-EXT:QUIT with SB-EXT:EXIT
  • Contributors: Dirk Thomas, Gayane Kazhoyan, Georg Bartels

1.9.17 (2014-10-02)

  • Merge pull request #20 from daewok/use_sim_time use_sim_time parameter should be absolute.
  • Merge pull request #18 from airballking/fix-issue17 fix for ASDF3 compatibility
  • Merge pull request #16 from jannikb/master Fixed Issue ros/roslisp#12
  • Merge pull request #15 from jannikb/master Start fixing issue ros/roslisp#12
  • Contributors: Eric Timmons, Georg Bartels, Jannik Buckelo, Lorenz Mösenlechner

1.9.16 (2014-04-22)

  • Added Georg Bartels as maintainer in package.xml.
  • Bug-fix: Export SERVICE-CALL-ERROR symbol.
  • Bug-fix: Don't throw END-OF-FILE condition in TCPROS-DO-SERVICE-REQUEST.
  • Bug-fix: Corrected typo 'close-persistent-service'.
  • Contributors: Gayane Kazhoyan, Georg Bartels

1.9.15 (2013-12-03)

  • Bug-fix: Make sure 'asdf-paths-to-add' does not contain any 'nil' pathnames.
  • Contributors: Georg Bartels

1.9.14 (2013-11-21)

  • Merge pull request (#10) from ros/relocatable resolve roslisp path in installspace at runtime (#490)
  • resolve roslisp path in installspace at runtime (#490)
  • Contributors: Dirk Thomas, Georg Bartels, Lorenz Moesenlechner

File truncated at 100 lines see the full file

Package Dependencies

System Dependencies

Name
sbcl

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged roslisp at Robotics Stack Exchange

Package Summary

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

Repository Summary

Description This ROS workspace is created on Raspbian OS. Here I have installed ROS Kinetic from source using cross-compilation and worked on projects like Surveilling Robot.
Checkout URI https://github.com/iamrajee/roskinetic_catkin_ws.git
VCS Type git
VCS Version master
Last Updated 2022-03-04
Dev Status UNKNOWN
Released UNRELEASED
Tags cmake ros raspbian catkin raspberry-pi-3 realsense ros-kinetic gmapping-slam realsense-camera
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Lisp client library for ROS, the Robot Operating System.

Additional Links

Maintainers

  • Georg Bartels
  • Lorenz Moesenlechner

Authors

  • Bhaskara Marthi
  • Brian Gerkey
  • Lorenz Moesenlechner
  • Thibault Kruse

roslisp

Common Lisp library for interaction with ROS (Robot operating system).

See http://www.ros.org/wiki/roslisp

Tested using SBCL.

CHANGELOG

Changelog for package roslisp

1.9.21 (2017-06-20)

  • Merge pull request #33 from gaya-/master Got rid of /bin/bash, using /usr/bin/env bash instead.
  • Merge pull request #34 from gaya-/check-node-name Added a check on node name when creating a node
  • Merge pull request #36 from gaya-/arguments-in-make-request Added support for nested message fields in MAKE-REQUEST Fully backwards compatible, no API breakage.
  • Merge pull request #35 from gaya-/symbols-for-make-msg Support for symbols in msg-type of make-message. Fully backwards compatible, no API breakage.
  • Merge pull request #39 from Bradford-Miller/fix-loop-at-most Fix bug in LOOP-AT-MOST-EVERY: if the BODY takes too long the timer doesn't reset which results in BODY being called more frequently than at-most-every D.
  • this time for sure
  • fix issue #38
  • Merge pull request #37 from mikepurvis/patch-1 Fix changelog underline.
  • Fix changelog underline.
  • added support for nested message fields in MAKE-REQUEST: previously nested field specification was only supported when making a request using a string as message type. Now the same is also supported when specifying service type with a symbol.
  • MAKE-MESSAGE now accepts MSG-TYPE not only of type STRING but also SYMBOL
  • added a check on node name when creating a node
  • minor fix for a (probably not working anyway) script
  • Contributors: Gayane Kazhoyan, Georg Bartels, Mike Purvis, Bradford W. Miller (GE Global Research)

1.9.20 (2016-04-14)

  • Merge pull request #28 from gaya-/master In ADD_LISP_EXECUTABLE added a check for slashes in first argument
  • in cmake script minor nicification
  • [cmake] in ADD_LISP_EXECUTABLE added a check for slashes in first argument
  • Contributors: Gayane Kazhoyan, Georg Bartels

1.9.19 (2015-08-14)

  • Merge pull request #25 from airballking/symbol-codes roslisp-msg-protocol: looking up symbols from constants
  • Followed Gaya's suggestion of throwing an error if no symbol-code with the requested code can be found in (code-symbol ...).
  • Merge pull request #26 from gaya-/deprecated-quit Replaced deprecated SB-EXT:QUIT with SB-EXT:EXIT
  • Merge pull request #19 from gaya-/master Fixed the outdated executables generation pipeline
  • Replaced deprecated SB-EXT:QUIT with SB-EXT:EXIT
  • Contributors: Dirk Thomas, Gayane Kazhoyan, Georg Bartels

1.9.17 (2014-10-02)

  • Merge pull request #20 from daewok/use_sim_time use_sim_time parameter should be absolute.
  • Merge pull request #18 from airballking/fix-issue17 fix for ASDF3 compatibility
  • Merge pull request #16 from jannikb/master Fixed Issue ros/roslisp#12
  • Merge pull request #15 from jannikb/master Start fixing issue ros/roslisp#12
  • Contributors: Eric Timmons, Georg Bartels, Jannik Buckelo, Lorenz Mösenlechner

1.9.16 (2014-04-22)

  • Added Georg Bartels as maintainer in package.xml.
  • Bug-fix: Export SERVICE-CALL-ERROR symbol.
  • Bug-fix: Don't throw END-OF-FILE condition in TCPROS-DO-SERVICE-REQUEST.
  • Bug-fix: Corrected typo 'close-persistent-service'.
  • Contributors: Gayane Kazhoyan, Georg Bartels

1.9.15 (2013-12-03)

  • Bug-fix: Make sure 'asdf-paths-to-add' does not contain any 'nil' pathnames.
  • Contributors: Georg Bartels

1.9.14 (2013-11-21)

  • Merge pull request (#10) from ros/relocatable resolve roslisp path in installspace at runtime (#490)
  • resolve roslisp path in installspace at runtime (#490)
  • Contributors: Dirk Thomas, Georg Bartels, Lorenz Moesenlechner

File truncated at 100 lines see the full file

Package Dependencies

System Dependencies

Name
sbcl

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged roslisp at Robotics Stack Exchange

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

Package Summary

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

Repository Summary

Description This ROS workspace is created on Raspbian OS. Here I have installed ROS Kinetic from source using cross-compilation and worked on projects like Surveilling Robot.
Checkout URI https://github.com/iamrajee/roskinetic_catkin_ws.git
VCS Type git
VCS Version master
Last Updated 2022-03-04
Dev Status UNKNOWN
Released UNRELEASED
Tags cmake ros raspbian catkin raspberry-pi-3 realsense ros-kinetic gmapping-slam realsense-camera
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Lisp client library for ROS, the Robot Operating System.

Additional Links

Maintainers

  • Georg Bartels
  • Lorenz Moesenlechner

Authors

  • Bhaskara Marthi
  • Brian Gerkey
  • Lorenz Moesenlechner
  • Thibault Kruse

roslisp

Common Lisp library for interaction with ROS (Robot operating system).

See http://www.ros.org/wiki/roslisp

Tested using SBCL.

CHANGELOG

Changelog for package roslisp

1.9.21 (2017-06-20)

  • Merge pull request #33 from gaya-/master Got rid of /bin/bash, using /usr/bin/env bash instead.
  • Merge pull request #34 from gaya-/check-node-name Added a check on node name when creating a node
  • Merge pull request #36 from gaya-/arguments-in-make-request Added support for nested message fields in MAKE-REQUEST Fully backwards compatible, no API breakage.
  • Merge pull request #35 from gaya-/symbols-for-make-msg Support for symbols in msg-type of make-message. Fully backwards compatible, no API breakage.
  • Merge pull request #39 from Bradford-Miller/fix-loop-at-most Fix bug in LOOP-AT-MOST-EVERY: if the BODY takes too long the timer doesn't reset which results in BODY being called more frequently than at-most-every D.
  • this time for sure
  • fix issue #38
  • Merge pull request #37 from mikepurvis/patch-1 Fix changelog underline.
  • Fix changelog underline.
  • added support for nested message fields in MAKE-REQUEST: previously nested field specification was only supported when making a request using a string as message type. Now the same is also supported when specifying service type with a symbol.
  • MAKE-MESSAGE now accepts MSG-TYPE not only of type STRING but also SYMBOL
  • added a check on node name when creating a node
  • minor fix for a (probably not working anyway) script
  • Contributors: Gayane Kazhoyan, Georg Bartels, Mike Purvis, Bradford W. Miller (GE Global Research)

1.9.20 (2016-04-14)

  • Merge pull request #28 from gaya-/master In ADD_LISP_EXECUTABLE added a check for slashes in first argument
  • in cmake script minor nicification
  • [cmake] in ADD_LISP_EXECUTABLE added a check for slashes in first argument
  • Contributors: Gayane Kazhoyan, Georg Bartels

1.9.19 (2015-08-14)

  • Merge pull request #25 from airballking/symbol-codes roslisp-msg-protocol: looking up symbols from constants
  • Followed Gaya's suggestion of throwing an error if no symbol-code with the requested code can be found in (code-symbol ...).
  • Merge pull request #26 from gaya-/deprecated-quit Replaced deprecated SB-EXT:QUIT with SB-EXT:EXIT
  • Merge pull request #19 from gaya-/master Fixed the outdated executables generation pipeline
  • Replaced deprecated SB-EXT:QUIT with SB-EXT:EXIT
  • Contributors: Dirk Thomas, Gayane Kazhoyan, Georg Bartels

1.9.17 (2014-10-02)

  • Merge pull request #20 from daewok/use_sim_time use_sim_time parameter should be absolute.
  • Merge pull request #18 from airballking/fix-issue17 fix for ASDF3 compatibility
  • Merge pull request #16 from jannikb/master Fixed Issue ros/roslisp#12
  • Merge pull request #15 from jannikb/master Start fixing issue ros/roslisp#12
  • Contributors: Eric Timmons, Georg Bartels, Jannik Buckelo, Lorenz Mösenlechner

1.9.16 (2014-04-22)

  • Added Georg Bartels as maintainer in package.xml.
  • Bug-fix: Export SERVICE-CALL-ERROR symbol.
  • Bug-fix: Don't throw END-OF-FILE condition in TCPROS-DO-SERVICE-REQUEST.
  • Bug-fix: Corrected typo 'close-persistent-service'.
  • Contributors: Gayane Kazhoyan, Georg Bartels

1.9.15 (2013-12-03)

  • Bug-fix: Make sure 'asdf-paths-to-add' does not contain any 'nil' pathnames.
  • Contributors: Georg Bartels

1.9.14 (2013-11-21)

  • Merge pull request (#10) from ros/relocatable resolve roslisp path in installspace at runtime (#490)
  • resolve roslisp path in installspace at runtime (#490)
  • Contributors: Dirk Thomas, Georg Bartels, Lorenz Moesenlechner

File truncated at 100 lines see the full file

Package Dependencies

System Dependencies

Name
sbcl

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged roslisp at Robotics Stack Exchange

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

Package Summary

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

Repository Summary

Description This ROS workspace is created on Raspbian OS. Here I have installed ROS Kinetic from source using cross-compilation and worked on projects like Surveilling Robot.
Checkout URI https://github.com/iamrajee/roskinetic_catkin_ws.git
VCS Type git
VCS Version master
Last Updated 2022-03-04
Dev Status UNKNOWN
Released UNRELEASED
Tags cmake ros raspbian catkin raspberry-pi-3 realsense ros-kinetic gmapping-slam realsense-camera
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Lisp client library for ROS, the Robot Operating System.

Additional Links

Maintainers

  • Georg Bartels
  • Lorenz Moesenlechner

Authors

  • Bhaskara Marthi
  • Brian Gerkey
  • Lorenz Moesenlechner
  • Thibault Kruse

roslisp

Common Lisp library for interaction with ROS (Robot operating system).

See http://www.ros.org/wiki/roslisp

Tested using SBCL.

CHANGELOG

Changelog for package roslisp

1.9.21 (2017-06-20)

  • Merge pull request #33 from gaya-/master Got rid of /bin/bash, using /usr/bin/env bash instead.
  • Merge pull request #34 from gaya-/check-node-name Added a check on node name when creating a node
  • Merge pull request #36 from gaya-/arguments-in-make-request Added support for nested message fields in MAKE-REQUEST Fully backwards compatible, no API breakage.
  • Merge pull request #35 from gaya-/symbols-for-make-msg Support for symbols in msg-type of make-message. Fully backwards compatible, no API breakage.
  • Merge pull request #39 from Bradford-Miller/fix-loop-at-most Fix bug in LOOP-AT-MOST-EVERY: if the BODY takes too long the timer doesn't reset which results in BODY being called more frequently than at-most-every D.
  • this time for sure
  • fix issue #38
  • Merge pull request #37 from mikepurvis/patch-1 Fix changelog underline.
  • Fix changelog underline.
  • added support for nested message fields in MAKE-REQUEST: previously nested field specification was only supported when making a request using a string as message type. Now the same is also supported when specifying service type with a symbol.
  • MAKE-MESSAGE now accepts MSG-TYPE not only of type STRING but also SYMBOL
  • added a check on node name when creating a node
  • minor fix for a (probably not working anyway) script
  • Contributors: Gayane Kazhoyan, Georg Bartels, Mike Purvis, Bradford W. Miller (GE Global Research)

1.9.20 (2016-04-14)

  • Merge pull request #28 from gaya-/master In ADD_LISP_EXECUTABLE added a check for slashes in first argument
  • in cmake script minor nicification
  • [cmake] in ADD_LISP_EXECUTABLE added a check for slashes in first argument
  • Contributors: Gayane Kazhoyan, Georg Bartels

1.9.19 (2015-08-14)

  • Merge pull request #25 from airballking/symbol-codes roslisp-msg-protocol: looking up symbols from constants
  • Followed Gaya's suggestion of throwing an error if no symbol-code with the requested code can be found in (code-symbol ...).
  • Merge pull request #26 from gaya-/deprecated-quit Replaced deprecated SB-EXT:QUIT with SB-EXT:EXIT
  • Merge pull request #19 from gaya-/master Fixed the outdated executables generation pipeline
  • Replaced deprecated SB-EXT:QUIT with SB-EXT:EXIT
  • Contributors: Dirk Thomas, Gayane Kazhoyan, Georg Bartels

1.9.17 (2014-10-02)

  • Merge pull request #20 from daewok/use_sim_time use_sim_time parameter should be absolute.
  • Merge pull request #18 from airballking/fix-issue17 fix for ASDF3 compatibility
  • Merge pull request #16 from jannikb/master Fixed Issue ros/roslisp#12
  • Merge pull request #15 from jannikb/master Start fixing issue ros/roslisp#12
  • Contributors: Eric Timmons, Georg Bartels, Jannik Buckelo, Lorenz Mösenlechner

1.9.16 (2014-04-22)

  • Added Georg Bartels as maintainer in package.xml.
  • Bug-fix: Export SERVICE-CALL-ERROR symbol.
  • Bug-fix: Don't throw END-OF-FILE condition in TCPROS-DO-SERVICE-REQUEST.
  • Bug-fix: Corrected typo 'close-persistent-service'.
  • Contributors: Gayane Kazhoyan, Georg Bartels

1.9.15 (2013-12-03)

  • Bug-fix: Make sure 'asdf-paths-to-add' does not contain any 'nil' pathnames.
  • Contributors: Georg Bartels

1.9.14 (2013-11-21)

  • Merge pull request (#10) from ros/relocatable resolve roslisp path in installspace at runtime (#490)
  • resolve roslisp path in installspace at runtime (#490)
  • Contributors: Dirk Thomas, Georg Bartels, Lorenz Moesenlechner

File truncated at 100 lines see the full file

Package Dependencies

System Dependencies

Name
sbcl

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged roslisp at Robotics Stack Exchange

Package symbol

roslisp package from roslisp repo

roslisp

ROS Distro
melodic

Package Summary

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

Repository Summary

Description Client library for writing ROS nodes in idiomatic Common Lisp. ARCHIVED
Checkout URI https://github.com/ros/roslisp.git
VCS Type git
VCS Version master
Last Updated 2023-02-15
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Lisp client library for ROS, the Robot Operating System.

Additional Links

Maintainers

  • Gayane Kazhoyan

Authors

  • Bhaskara Marthi
  • Brian Gerkey
  • Lorenz Moesenlechner
  • Thibault Kruse

roslisp

Common Lisp library for interaction with ROS (Robot operating system).

See http://www.ros.org/wiki/roslisp

Tested using SBCL.

CHANGELOG

Changelog for package roslisp

1.9.21 (2017-06-20)

  • Merge pull request #33 from gaya-/master Got rid of /bin/bash, using /usr/bin/env bash instead.
  • Merge pull request #34 from gaya-/check-node-name Added a check on node name when creating a node
  • Merge pull request #36 from gaya-/arguments-in-make-request Added support for nested message fields in MAKE-REQUEST Fully backwards compatible, no API breakage.
  • Merge pull request #35 from gaya-/symbols-for-make-msg Support for symbols in msg-type of make-message. Fully backwards compatible, no API breakage.
  • Merge pull request #39 from Bradford-Miller/fix-loop-at-most Fix bug in LOOP-AT-MOST-EVERY: if the BODY takes too long the timer doesn't reset which results in BODY being called more frequently than at-most-every D.
  • this time for sure
  • fix issue #38
  • Merge pull request #37 from mikepurvis/patch-1 Fix changelog underline.
  • Fix changelog underline.
  • added support for nested message fields in MAKE-REQUEST: previously nested field specification was only supported when making a request using a string as message type. Now the same is also supported when specifying service type with a symbol.
  • MAKE-MESSAGE now accepts MSG-TYPE not only of type STRING but also SYMBOL
  • added a check on node name when creating a node
  • minor fix for a (probably not working anyway) script
  • Contributors: Gayane Kazhoyan, Georg Bartels, Mike Purvis, Bradford W. Miller (GE Global Research)

1.9.20 (2016-04-14)

  • Merge pull request #28 from gaya-/master In ADD_LISP_EXECUTABLE added a check for slashes in first argument
  • in cmake script minor nicification
  • [cmake] in ADD_LISP_EXECUTABLE added a check for slashes in first argument
  • Contributors: Gayane Kazhoyan, Georg Bartels

1.9.19 (2015-08-14)

  • Merge pull request #25 from airballking/symbol-codes roslisp-msg-protocol: looking up symbols from constants
  • Followed Gaya's suggestion of throwing an error if no symbol-code with the requested code can be found in (code-symbol ...).
  • Merge pull request #26 from gaya-/deprecated-quit Replaced deprecated SB-EXT:QUIT with SB-EXT:EXIT
  • Merge pull request #19 from gaya-/master Fixed the outdated executables generation pipeline
  • Replaced deprecated SB-EXT:QUIT with SB-EXT:EXIT
  • Contributors: Dirk Thomas, Gayane Kazhoyan, Georg Bartels

1.9.17 (2014-10-02)

  • Merge pull request #20 from daewok/use_sim_time use_sim_time parameter should be absolute.
  • Merge pull request #18 from airballking/fix-issue17 fix for ASDF3 compatibility
  • Merge pull request #16 from jannikb/master Fixed Issue ros/roslisp#12
  • Merge pull request #15 from jannikb/master Start fixing issue ros/roslisp#12
  • Contributors: Eric Timmons, Georg Bartels, Jannik Buckelo, Lorenz Mösenlechner

1.9.16 (2014-04-22)

  • Added Georg Bartels as maintainer in package.xml.
  • Bug-fix: Export SERVICE-CALL-ERROR symbol.
  • Bug-fix: Don't throw END-OF-FILE condition in TCPROS-DO-SERVICE-REQUEST.
  • Bug-fix: Corrected typo 'close-persistent-service'.
  • Contributors: Gayane Kazhoyan, Georg Bartels

1.9.15 (2013-12-03)

  • Bug-fix: Make sure 'asdf-paths-to-add' does not contain any 'nil' pathnames.
  • Contributors: Georg Bartels

1.9.14 (2013-11-21)

  • Merge pull request (#10) from ros/relocatable resolve roslisp path in installspace at runtime (#490)
  • resolve roslisp path in installspace at runtime (#490)
  • Contributors: Dirk Thomas, Georg Bartels, Lorenz Moesenlechner

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged roslisp at Robotics Stack Exchange

Package symbol

roslisp package from roslisp repo

roslisp

ROS Distro
noetic

Package Summary

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

Repository Summary

Description Client library for writing ROS nodes in idiomatic Common Lisp. ARCHIVED
Checkout URI https://github.com/ros/roslisp.git
VCS Type git
VCS Version master
Last Updated 2023-02-15
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Lisp client library for ROS, the Robot Operating System.

Additional Links

Maintainers

  • Gayane Kazhoyan

Authors

  • Bhaskara Marthi
  • Brian Gerkey
  • Lorenz Moesenlechner
  • Thibault Kruse

roslisp

Common Lisp library for interaction with ROS (Robot operating system).

See http://www.ros.org/wiki/roslisp

Tested using SBCL.

CHANGELOG

Changelog for package roslisp

1.9.21 (2017-06-20)

  • Merge pull request #33 from gaya-/master Got rid of /bin/bash, using /usr/bin/env bash instead.
  • Merge pull request #34 from gaya-/check-node-name Added a check on node name when creating a node
  • Merge pull request #36 from gaya-/arguments-in-make-request Added support for nested message fields in MAKE-REQUEST Fully backwards compatible, no API breakage.
  • Merge pull request #35 from gaya-/symbols-for-make-msg Support for symbols in msg-type of make-message. Fully backwards compatible, no API breakage.
  • Merge pull request #39 from Bradford-Miller/fix-loop-at-most Fix bug in LOOP-AT-MOST-EVERY: if the BODY takes too long the timer doesn't reset which results in BODY being called more frequently than at-most-every D.
  • this time for sure
  • fix issue #38
  • Merge pull request #37 from mikepurvis/patch-1 Fix changelog underline.
  • Fix changelog underline.
  • added support for nested message fields in MAKE-REQUEST: previously nested field specification was only supported when making a request using a string as message type. Now the same is also supported when specifying service type with a symbol.
  • MAKE-MESSAGE now accepts MSG-TYPE not only of type STRING but also SYMBOL
  • added a check on node name when creating a node
  • minor fix for a (probably not working anyway) script
  • Contributors: Gayane Kazhoyan, Georg Bartels, Mike Purvis, Bradford W. Miller (GE Global Research)

1.9.20 (2016-04-14)

  • Merge pull request #28 from gaya-/master In ADD_LISP_EXECUTABLE added a check for slashes in first argument
  • in cmake script minor nicification
  • [cmake] in ADD_LISP_EXECUTABLE added a check for slashes in first argument
  • Contributors: Gayane Kazhoyan, Georg Bartels

1.9.19 (2015-08-14)

  • Merge pull request #25 from airballking/symbol-codes roslisp-msg-protocol: looking up symbols from constants
  • Followed Gaya's suggestion of throwing an error if no symbol-code with the requested code can be found in (code-symbol ...).
  • Merge pull request #26 from gaya-/deprecated-quit Replaced deprecated SB-EXT:QUIT with SB-EXT:EXIT
  • Merge pull request #19 from gaya-/master Fixed the outdated executables generation pipeline
  • Replaced deprecated SB-EXT:QUIT with SB-EXT:EXIT
  • Contributors: Dirk Thomas, Gayane Kazhoyan, Georg Bartels

1.9.17 (2014-10-02)

  • Merge pull request #20 from daewok/use_sim_time use_sim_time parameter should be absolute.
  • Merge pull request #18 from airballking/fix-issue17 fix for ASDF3 compatibility
  • Merge pull request #16 from jannikb/master Fixed Issue ros/roslisp#12
  • Merge pull request #15 from jannikb/master Start fixing issue ros/roslisp#12
  • Contributors: Eric Timmons, Georg Bartels, Jannik Buckelo, Lorenz Mösenlechner

1.9.16 (2014-04-22)

  • Added Georg Bartels as maintainer in package.xml.
  • Bug-fix: Export SERVICE-CALL-ERROR symbol.
  • Bug-fix: Don't throw END-OF-FILE condition in TCPROS-DO-SERVICE-REQUEST.
  • Bug-fix: Corrected typo 'close-persistent-service'.
  • Contributors: Gayane Kazhoyan, Georg Bartels

1.9.15 (2013-12-03)

  • Bug-fix: Make sure 'asdf-paths-to-add' does not contain any 'nil' pathnames.
  • Contributors: Georg Bartels

1.9.14 (2013-11-21)

  • Merge pull request (#10) from ros/relocatable resolve roslisp path in installspace at runtime (#490)
  • resolve roslisp path in installspace at runtime (#490)
  • Contributors: Dirk Thomas, Georg Bartels, Lorenz Moesenlechner

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged roslisp at Robotics Stack Exchange