Skip to content

Commit b910e3b

Browse files
ros-forge -> robostack
1 parent 1a22ce9 commit b910e3b

12 files changed

+14
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ name: ros-eloquent-fat-ament-cmake
2525
# mapping of rosdep keys
2626
# it can be also used to shadow the unwanted packages.
2727
conda_index:
28-
- 'https://raw.githubusercontent.com/ros-forge/rosdep-conda-forge/master/rosdep/conda-forge.yaml'
28+
- 'https://github.com/RoboStack/ros-galactic/blob/master/vinca_linux_64.yaml'
2929

3030
# packages to skip
3131
packages_skip_by_deps:

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[metadata]
22
name = vinca
33
version = attr: vinca.__version__
4-
url = https://github.com/ros-forge/vinca
4+
url = https://github.com/RoboStack/vinca
55
project_urls =
6-
Changelog = https://github.com/ros-forge/vinca/milestones?direction=desc&sort=due_date&state=closed
7-
GitHub = https://github.com/ros-forge/vinca
6+
Changelog = https://github.com/RoboStack/vinca/milestones?direction=desc&sort=due_date&state=closed
7+
GitHub = https://github.com/RoboStack/vinca
88
author = Sean Yen
99
author_email = [email protected]
1010
maintainer = Sean Yen

vinca/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def parse_command_line(argv):
6868
"""
6969
Examples:
7070
{0} -d ./examples/
71-
See: https://github.com/ros-forge/vinca
71+
See: https://github.com/RoboStack/vinca
7272
"""
7373
).format(os.path.basename(argv[0]))
7474
formatter_class = argparse.RawDescriptionHelpFormatter

vinca/templates/activate.bat.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:: Generated by vinca http://github.com/ros-forge/vinca.
1+
:: Generated by vinca http://github.com/RoboStack/vinca.
22
:: DO NOT EDIT!
33
@@if not defined CONDA_PREFIX goto:eof
44

vinca/templates/bld_ament_cmake.bat.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:: Generated by vinca http://github.com/ros-forge/vinca.
1+
:: Generated by vinca http://github.com/RoboStack/vinca.
22
:: DO NOT EDIT!
33
setlocal
44
set "PYTHONPATH=%LIBRARY_PREFIX%\lib\site-packages;%SP_DIR%"

vinca/templates/bld_ament_python.bat.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:: Generated by vinca http://github.com/ros-forge/vinca.
1+
:: Generated by vinca http://github.com/RoboStack/vinca.
22
:: DO NOT EDIT!
33
setlocal
44

vinca/templates/bld_catkin.bat.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:: Generated by vinca http://github.com/ros-forge/vinca.
1+
:: Generated by vinca http://github.com/RoboStack/vinca.
22
:: DO NOT EDIT!
33
setlocal
44
set "PYTHONPATH=%LIBRARY_PREFIX%\lib\site-packages;%SP_DIR%"

vinca/templates/bld_catkin_merge.bat.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:: Generated by vinca http://github.com/ros-forge/vinca.
1+
:: Generated by vinca http://github.com/RoboStack/vinca.
22
:: DO NOT EDIT!
33
setlocal
44

vinca/templates/bld_colcon_merge.bat.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:: Generated by vinca http://github.com/ros-forge/vinca.
1+
:: Generated by vinca http://github.com/RoboStack/vinca.
22
:: DO NOT EDIT!
33
setlocal
44

vinca/templates/build_ament_cmake.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by vinca http://github.com/ros-forge/vinca.
1+
# Generated by vinca http://github.com/RoboStack/vinca.
22
# DO NOT EDIT!
33

44
rm -rf build

0 commit comments

Comments
 (0)