Skip to content

Commit

Permalink
Merge pull request #91 from ethz-asl/feature/better_devcontainer
Browse files Browse the repository at this point in the history
Add bashrc and set default shell to bash in devcontainer
  • Loading branch information
victorreijgwart authored Dec 10, 2024
2 parents 557b37a + bf0b024 commit db4f2ff
Show file tree
Hide file tree
Showing 25 changed files with 50 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/vscode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ ARG USERNAME=ci
ARG USER_UID=1000
ARG USER_GID=$USER_UID
RUN groupadd --gid $USER_GID $USERNAME && \
useradd --uid $USER_UID --gid $USER_GID $USERNAME && \
useradd --uid $USER_UID --gid $USER_GID --shell /bin/bash $USERNAME && \
cp -a /etc/skel/.bashrc /home/$USERNAME/ && \
chown -R $USERNAME:$USERNAME /home/$USERNAME && \
echo $USERNAME ALL=\(root\) NOPASSWD:ALL > /etc/sudoers.d/$USERNAME && \
chmod 0440 /etc/sudoers.d/$USERNAME
Expand Down
3 changes: 3 additions & 0 deletions examples/cpp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package wavemap_examples_cpp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.2.1 (2024-12-10)
------------------

2.2.0 (2024-11-25)
------------------

Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
project(wavemap_examples_cpp VERSION 2.2.0 LANGUAGES CXX)
project(wavemap_examples_cpp VERSION 2.2.1 LANGUAGES CXX)

# Load the wavemap library
# First, try to load it from sources
Expand Down
3 changes: 3 additions & 0 deletions examples/python/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package wavemap_examples_python
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.2.1 (2024-12-10)
------------------

2.2.0 (2024-11-25)
------------------

Expand Down
3 changes: 3 additions & 0 deletions examples/ros1/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package wavemap_examples_ros1
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.2.1 (2024-12-10)
------------------

2.2.0 (2024-11-25)
------------------

Expand Down
2 changes: 1 addition & 1 deletion examples/ros1/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<package format="2">
<name>wavemap_examples_ros1</name>
<version>2.2.0</version>
<version>2.2.1</version>
<description>Usages examples for wavemap's ROS1 interface.</description>

<maintainer email="victorr@ethz.ch">Victor Reijgwart</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions interfaces/ros1/wavemap/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package wavemap
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.2.1 (2024-12-10)
------------------

2.2.0 (2024-11-25)
------------------

Expand Down
2 changes: 1 addition & 1 deletion interfaces/ros1/wavemap/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<package format="2">
<name>wavemap</name>
<version>2.2.0</version>
<version>2.2.1</version>
<description>Base library for wavemap.</description>

<maintainer email="victorr@ethz.ch">Victor Reijgwart</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions interfaces/ros1/wavemap_all/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package wavemap_all
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.2.1 (2024-12-10)
------------------

2.2.0 (2024-11-25)
------------------

Expand Down
2 changes: 1 addition & 1 deletion interfaces/ros1/wavemap_all/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<package format="2">
<name>wavemap_all</name>
<version>2.2.0</version>
<version>2.2.1</version>
<description>Metapackage that builds all wavemap packages.</description>

<maintainer email="victorr@ethz.ch">Victor Reijgwart</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions interfaces/ros1/wavemap_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package wavemap_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.2.1 (2024-12-10)
------------------

2.2.0 (2024-11-25)
------------------

Expand Down
2 changes: 1 addition & 1 deletion interfaces/ros1/wavemap_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<package format="2">
<name>wavemap_msgs</name>
<version>2.2.0</version>
<version>2.2.1</version>
<description>Message definitions for wavemap's ROS interfaces.</description>

<maintainer email="victorr@ethz.ch">Victor Reijgwart</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions interfaces/ros1/wavemap_ros/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package wavemap_ros
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.2.1 (2024-12-10)
------------------

2.2.0 (2024-11-25)
------------------
* Refactor TfTransformer to return by value, using std::nullopt to signal failure
Expand Down
2 changes: 1 addition & 1 deletion interfaces/ros1/wavemap_ros/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<package format="2">
<name>wavemap_ros</name>
<version>2.2.0</version>
<version>2.2.1</version>
<description>ROS interface for wavemap.</description>

<maintainer email="victorr@ethz.ch">Victor Reijgwart</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions interfaces/ros1/wavemap_ros_conversions/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package wavemap_ros_conversions
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.2.1 (2024-12-10)
------------------

2.2.0 (2024-11-25)
------------------
* Improve consistency between code operating on standard and chunked octrees
Expand Down
2 changes: 1 addition & 1 deletion interfaces/ros1/wavemap_ros_conversions/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<package format="2">
<name>wavemap_ros_conversions</name>
<version>2.2.0</version>
<version>2.2.1</version>
<description>Conversions between wavemap and ROS types.</description>

<maintainer email="victorr@ethz.ch">Victor Reijgwart</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions interfaces/ros1/wavemap_rviz_plugin/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package wavemap_rviz_plugin
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.2.1 (2024-12-10)
------------------

2.2.0 (2024-11-25)
------------------

Expand Down
2 changes: 1 addition & 1 deletion interfaces/ros1/wavemap_rviz_plugin/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<package format="2">
<name>wavemap_rviz_plugin</name>
<version>2.2.0</version>
<version>2.2.1</version>
<description>Plugin to interactively visualize maps published in wavemap's
native format.
</description>
Expand Down
3 changes: 3 additions & 0 deletions library/cpp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package wavemap
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.2.1 (2024-12-10)
------------------

2.2.0 (2024-11-25)
------------------
* New features
Expand Down
2 changes: 1 addition & 1 deletion library/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
project(wavemap VERSION 2.2.0 LANGUAGES CXX)
project(wavemap VERSION 2.2.1 LANGUAGES CXX)

# General options
cmake_policy(SET CMP0077 NEW)
Expand Down
3 changes: 3 additions & 0 deletions library/python/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package pywavemap
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.2.1 (2024-12-10)
------------------

2.2.0 (2024-11-25)
------------------
* Add accelerated HashedChunkedWaveletOctree accessors to Python API
Expand Down
2 changes: 1 addition & 1 deletion library/python/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.18)
project(pywavemap VERSION 2.2.0 LANGUAGES CXX)
project(pywavemap VERSION 2.2.1 LANGUAGES CXX)

# Warn if the user invokes CMake directly
if (NOT SKBUILD AND NOT $ENV{CLION_IDE})
Expand Down
2 changes: 1 addition & 1 deletion library/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "pywavemap"
version = "2.2.0"
version = "2.2.1"
description = "A fast, efficient and accurate multi-resolution, multi-sensor 3D occupancy mapping framework."
readme = "../../README.md"
requires-python = ">=3.8"
Expand Down
3 changes: 3 additions & 0 deletions tooling/packages/catkin_setup/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package catkin_setup
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.2.1 (2024-12-10)
------------------

2.2.0 (2024-11-25)
------------------

Expand Down
2 changes: 1 addition & 1 deletion tooling/packages/catkin_setup/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<package format="2">
<name>catkin_setup</name>
<version>2.2.0</version>
<version>2.2.1</version>
<description>Dummy package to make it easy to setup the workspace and generate the setup.[sh|bash|zsh] scripts in CI.</description>

<maintainer email="victorr@ethz.ch">Victor Reijgwart</maintainer>
Expand Down

0 comments on commit db4f2ff

Please sign in to comment.