Revision ccd9c36c650a4f46d83b89d5bb034c4bff0af609 authored by Rainer Gericke on 11 April 2024, 12:13:25 UTC, committed by Rainer Gericke on 11 April 2024, 12:13:25 UTC
This reverts commit f71776b6d26a19ef226a97aca824813213fae189.
1 parent 0fc4a07
Raw File
ChConfigROS.h.in
// =============================================================================
// PROJECT CHRONO - http://projectchrono.org
//
// Copyright (c) 2023 projectchrono.org
// All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found
// in the LICENSE file at the top level of the distribution and at
// http://projectchrono.org/license-chrono.txt.
//
// =============================================================================
// Authors: Aaron Young
// =============================================================================
//
// Chrono::ROS configuration header file
//
// Automatically created during CMake configuration.
//
// =============================================================================

#ifndef CH_ROS_CONFIG_H
#define CH_ROS_CONFIG_H

// Include main Chrono configuration header
#include "chrono/ChConfig.h"

#endif
back to top