Skip to content

An emacs package for making jumping around in ROS launch files easy peasy.

License

Notifications You must be signed in to change notification settings

Maverobot/roslaunch-jump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

roslaunch-jump

An emacs package for making jumping around in ROS launch files easy peasy. gifs/demo.gif

Prerequisite

In order to be able to call rospack and find your packages, the ROS workspaces has to be sourced by added the following lines into your ~/.profile:

source /opt/ros/version/setup.bash
source path/to/your/workspace/devel/setup.bash

Installation

Use load-file function to load it in your config file. For example,

(load-file "path/to/roslaunch-jump/roslaunch-jump.el")

Keybindings

Key BindingDescription
SPC m g gjump to the path of the current line, e.g. yaml, xacro, launch etc.
SPC m g djump to the pkg path of the current line and start browsing the directory
SPC m g fjump to the pkg path of the current line and start fuzzy find all files recursively under the directory
SPC m =format buffer

About

An emacs package for making jumping around in ROS launch files easy peasy.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published